X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=fdb5d0dda3b3dd1498f4b0f9e040a8f034016101;hb=e9f4c27f8db6850b0a583f5be192e102ab44bc13;hp=2dd01ac670f2f4d735434d307a9b8efaa90e6e5c;hpb=abba116c28db312ee1cb4ca6897f358168f86c7c;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 2dd01ac6..fdb5d0dd 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,23 +1,41 @@ -{% extends "layout-unfold1.html" %} -{% load i18n %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} - - -
{% csrf_token %} -
-
-

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. +

+
-{{ form.as_p }} - -
-
+
+
+
+ {% csrf_token %} + {% for field in form %} +
+ + {{ field.errors }} {{ field }} +
+ {% endfor %} + +
+
+
{% endblock %}