X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=722c29df61bd48cb94a620a3b70d810e4ce80dbc;hb=5b65fc960e854206d43ba334d7f9fb8c362e254e;hp=2652647739deea63df81d8ea25111a24ccfbd7fb;hpb=fea9b7e286cc86f11844e371d67d184198afc287;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 26526477..722c29df 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,30 +1,42 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_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 %}