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

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

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

{{ field.help_text }}

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