X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=3aa9f1910f3a3339c2ba8fba4de59cf21c590936;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=71318eeeeb70e7254e6fb3b0267e67cfaac71155;hpb=07041d059407e208484c0234b4d943ae15737995;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 71318eee..3aa9f191 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -4,7 +4,7 @@ {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %}
@@ -13,25 +13,20 @@ or visit us
+
-
{% 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 %}