]> git.parisson.com Git - teleforma.git/commitdiff
fix form table
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 21:08:03 +0000 (22:08 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 21:08:03 +0000 (22:08 +0100)
teleforma/templates/registration/registration_form.html

index 92c4c8a86838bfc3d4dd78dd6ff76c3db1e934cd..079ac4dd08c90f6fa9f7f573ae2e3b0c00d5b524 100644 (file)
@@ -9,13 +9,17 @@
 <center>
     <form class="register" id="_registerForm" method="post" action="" enctype="multipart/form-data" data-ajax="false">{% csrf_token %}
     <table>
+        <tr><td>
         {{ form }}
         <hr/>
+        </td></tr>
         {% for formset in inlines %}
           {{ formset.management_form }}
           {% for form in formset %}
-           <hr/>
+          <tr><td>
            {{ form }}
+           <hr/>
+          </td></tr>
           {% endfor %}
         {% endfor %}
     </table>