X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=2652647739deea63df81d8ea25111a24ccfbd7fb;hp=71318eeeeb70e7254e6fb3b0267e67cfaac71155;hb=999111b2487f0b23b43b590052919c81c688e0d2;hpb=07041d059407e208484c0234b4d943ae15737995 diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 71318eee..26526477 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -14,24 +14,17 @@
-
{% csrf_token %} -
- {% for field in form %} -
- -
- - {{ field }}

{{ field.help_text }}

+ {% csrf_token %} +
+ {% for field in form %} +
+ +
{{ field.errors }} {{ field }}

{{ field.help_text }}

-
-{% endfor %} -
- -
-
-
+ {% endfor %} + + +
{% endblock %}