X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=624fac306d6db5f6b0d5c07c92ab74f0345749b4;hb=3167207804460a2c42e1e5a8346c597f9832d295;hp=bd374157bbf567464de1309c387f75a95a8b0a6e;hpb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index bd374157..624fac30 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -7,23 +7,24 @@ {% block unfold1_main %} - - -
+

Onelab Support

If you have already registered, then please send an e-mail or visit us

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

- -

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

{{ field.help_text }}

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