File diff c6314ae230da → 1886323d7431
pinaxcon/templates/registrasion/nag_unpaid.html
Show inline comments
...
 
@@ -3,13 +3,13 @@
 
{% load registrasion_tags %}
 

	
 
{% block body %}
 

	
 
<h2>Send reminder e-mails</h2>
 

	
 
<form method="POST">
 
<form class="form-horizontal" method="POST">
 
  {% csrf_token %}
 
  {{ form | bootstrap}}
 
  <br/>
 
  <input type="submit">
 
</form>