X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=5161971b2ef94898afdcf03748363d1d5959aebd;hb=c33f536cc523e21c29cf06d0c906009b01b6f576;hp=bd374157bbf567464de1309c387f75a95a8b0a6e;hpb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index bd374157..5161971b 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,19 @@

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

- -

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

{{ field.help_text }}

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