From 2930c6719bef8360ba5554e49535cee60506d329 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Sep 2013 11:09:58 +0200 Subject: [PATCH 1/1] cleaned up the contact template --- portal/templates/contact.html | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) 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 %} -- 2.43.0