X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=fdb5d0dda3b3dd1498f4b0f9e040a8f034016101;hb=13da78a3a067fa976585ce56b85362df82211a61;hp=71318eeeeb70e7254e6fb3b0267e67cfaac71155;hpb=07041d059407e208484c0234b4d943ae15737995;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 71318eee..fdb5d0dd 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,37 +1,41 @@ -{% 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

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

{{ field.help_text }}

-
-
-{% endfor %} -
- +
+
 
-
-
+
+
+

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