X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=56609126a17a8f737fb35435996e39f71fcda164;hb=2f89f2e81c44a63d6d90746a1f3c126603280b66;hp=9151a54ddc655aab1ee9c2da25edc3e35b25df60;hpb=2930c6719bef8360ba5554e49535cee60506d329;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 9151a54d..56609126 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,30 +1,32 @@ -{% 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 OneLab Support

+
+
+

+ If you have any diffculties using the portal, please contact us by filling this form below.
+ You can also e-mail us directly or consult to our documentation +

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

{{ field.help_text }}

+ +
{{ field.errors }} {{ field }}

{{ field.help_text }}

{% endfor %} -
- +
+