X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=71318eeeeb70e7254e6fb3b0267e67cfaac71155;hb=07041d059407e208484c0234b4d943ae15737995;hp=bd374157bbf567464de1309c387f75a95a8b0a6e;hpb=5780feb87f14d38f180230c0f30fd6e773cc3654;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index bd374157..71318eee 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,12 +14,22 @@

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

- -

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

{{ field.help_text }}

+
+
+{% endfor %} +
+ +