X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=12f76c33b89b936518045193893e454bcf69a3a0;hb=a7ece4217d191ea04a42c87f4392d45e24eebccc;hp=bd374157bbf567464de1309c387f75a95a8b0a6e;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index bd374157..12f76c33 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -4,26 +4,29 @@ {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} - - -
+

Onelab Support

-

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

+

If you have any diffculties using the portal, please contact us by filling this form below.

+

You can also e-mail us directly or consult to our documentation

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

- -

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

{{ field.help_text }}

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