X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=98e2c0bf9db59605228769c0931b2f9e4496f501;hb=3669e3329a72f94940f4bbf6aa94781d973332d9;hp=f9e2e4ef0b7723b2e7785095d99e931586de7c21;hpb=2f4e3e456c0f10f3316c9eafb09cc95bbd4a3043;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index f9e2e4ef..98e2c0bf 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,22 +1,41 @@ -{% extends "layout-unfold1.html" %} -{% load i18n %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} - - -
-

Onelab Support

-

If you have already registered then 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 %} -{{ form.as_p }} - -
- +
+
+
+ {% csrf_token %} + {% for field in form %} +
+ + {{ field.errors }} {{ field }} +
+ {% endfor %} + +
+
+
{% endblock %}