From: Thierry Parmentelat Date: Wed, 25 Sep 2013 09:09:58 +0000 (+0200) Subject: cleaned up the contact template X-Git-Tag: myslice-0.2-4~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2930c6719bef8360ba5554e49535cee60506d329;hp=07041d059407e208484c0234b4d943ae15737995;p=unfold.git cleaned up the contact template --- diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 71318eee..9151a54d 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -14,24 +14,19 @@
-
{% csrf_token %} -
- {% for field in form %} -
- -
- - {{ field }}

{{ field.help_text }}

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

{{ field.help_text }}

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