X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=portal%2Ftemplates%2Fcontact.html;h=2652647739deea63df81d8ea25111a24ccfbd7fb;hb=fea9b7e286cc86f11844e371d67d184198afc287;hp=71318eeeeb70e7254e6fb3b0267e67cfaac71155;hpb=07041d059407e208484c0234b4d943ae15737995;p=myslice.git 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 %}