File diff c6314ae230da → 1886323d7431
pinaxcon/templates/registrasion/guided_registration.html
Show inline comments
...
 
@@ -10,13 +10,13 @@
 
    {{ section.form.media.js }}
 
  {% endfor %}
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
  <form method="post" action="">
 
  <form class="form-horizontal" method="post" action="">
 
    {% csrf_token %}
 

	
 
    {% for section in sections %}
 
      <h2>{{ section.title }}</h2>
 

	
 
      {% if section.description %}