X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=2652647739deea63df81d8ea25111a24ccfbd7fb;hb=c025814eadebf386f556f9af571d3f04e2124a80;hp=bd374157bbf567464de1309c387f75a95a8b0a6e;hpb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index bd374157..26526477 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -7,8 +7,6 @@ {% block unfold1_main %} - -

Onelab Support

If you have already registered, then please send an e-mail @@ -16,14 +14,17 @@

-
{% csrf_token %} -
-{{ form.as_p }} -

- -

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

{{ field.help_text }}

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