X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=12f76c33b89b936518045193893e454bcf69a3a0;hb=350a118a4f8e3329f39fe7f245cb27388a3756f0;hp=71318eeeeb70e7254e6fb3b0267e67cfaac71155;hpb=07041d059407e208484c0234b4d943ae15737995;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 71318eee..12f76c33 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -4,34 +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 %} -
- {% for field in form %} -
- -
- - {{ field }}

{{ field.help_text }}

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

{{ field.help_text }}

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