X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=d9d2c518686b02fc81062b6c0bcd304e1772de13;hb=38810dd05146ff653815d1a98f56ef0c020555e2;hp=4bc8218ba8e26fe20012684f85d9a18d2db9e359;hpb=2723f74db5e910fb83aa90d22042ec9ec5bdec38;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 4bc8218b..d9d2c518 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,34 +1,41 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold_main %} - - -
-

Open a Ticket 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 %}