File diff c6314ae230da → 1886323d7431
pinaxcon/templates/registrasion/amend_registration.html
Show inline comments
...
 
@@ -25,7 +25,7 @@
 

	
 
<h3>Amend pending items</h3>
 

	
 
<form method="POST">
 
<form class="form-horizontal" method="POST">
 
  {% csrf_token %}
 
  {% include "_form_snippet.html" with form=form %}
 
  <br/>
...
 
@@ -44,7 +44,7 @@
 

	
 
<h3>Apply voucher</h3>
 

	
 
<form method="POST">
 
<form class="form-horizontal" method="POST">
 
  {% csrf_token %}
 
  {% include "_form_snippet.html" with form=voucher_form %}
 
  <br/>