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

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

+{% block content %} +
+
+

Open a Ticket Support

+
+
+
+
 
+
+
+
+

Please check our FAQ section. Most of the basic problems are explained there.

+

+ If you haven't find your answes in the FAQ, please contact us by filling the form below.
+ You can also e-mail us directly. +

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

{{ field.help_text }}

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