File diff c6314ae230da → 1886323d7431
pinaxcon/templates/registrasion/amend_registration.html
Show inline comments
...
 
@@ -22,13 +22,13 @@
 
{% include "registrasion/_items_list.html" with items=cancelled %}
 

	
 
<br />
 

	
 
<h3>Amend pending items</h3>
 

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

	
...
 
@@ -41,13 +41,13 @@
 
</div>
 

	
 
<br />
 

	
 
<h3>Apply voucher</h3>
 

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