X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=35065e4953d5f1e8e60887ef42add90303913c88;hb=b1d8232f113333c2fd51528b4d6d3f806f86bdf0;hp=ab00b1578d796a11dd0c765276704b111bf1423f;hpb=dc832ad1a26a47483f8297678a9417640b7c9925;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index ab00b157..35065e49 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,32 +1,42 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold_main %} - - -
-

Onelab Support

-

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

+{% block content %} +
+
+

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