X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=12f76c33b89b936518045193893e454bcf69a3a0;hb=a7ece4217d191ea04a42c87f4392d45e24eebccc;hp=6630f23f8f5c3b2037e83941036a155ddfe6177b;hpb=a6e8a7f63aa2d97ec9974b54cd485b4359e296c7;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 6630f23f..12f76c33 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,25 +1,32 @@ {% extends "layout-unfold1.html" %} -{% load i18n %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} - -
{% csrf_token %} -
-
-

Onelab Support

-

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

+ +
+

Onelab Support

+

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

-{{ form.as_p }} -

- -

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

{{ field.help_text }}

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