]> git.parisson.com Git - teleforma.git/commitdiff
fix hr
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 18:36:04 +0000 (19:36 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 3 Feb 2016 18:36:04 +0000 (19:36 +0100)
teleforma/templates/registration/registration_form.html

index 93322ca926f0267c5d393358913fe0ca956cd72c..92c4c8a86838bfc3d4dd78dd6ff76c3db1e934cd 100644 (file)
     <form class="register" id="_registerForm" method="post" action="" enctype="multipart/form-data" data-ajax="false">{% csrf_token %}
     <table>
         {{ form }}
-        <hr>
+        <hr/>
         {% for formset in inlines %}
           {{ formset.management_form }}
           {% for form in formset %}
-           <hr>
-           {{form }}
+           <hr/>
+           {{ form }}
           {% endfor %}
         {% endfor %}
     </table>