X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=98e2c0bf9db59605228769c0931b2f9e4496f501;hb=1dc51fa1e2a0ac2b5e3fa4af5bef7077deaad079;hp=3aa9f1910f3a3339c2ba8fba4de59cf21c590936;hpb=83f238a32f62a34370f24d69e85823c709d95627;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 3aa9f191..98e2c0bf 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 already registered, then please send an e-mail - or visit us

+{% 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 %}