X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=98e2c0bf9db59605228769c0931b2f9e4496f501;hb=5826537e8d4519f35cdb55769794c95edef7e3dc;hp=bd374157bbf567464de1309c387f75a95a8b0a6e;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index bd374157..98e2c0bf 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,29 +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

+
+
+
+
 
+
+
+
+

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