X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=fdb5d0dda3b3dd1498f4b0f9e040a8f034016101;hb=e9f4c27f8db6850b0a583f5be192e102ab44bc13;hp=56609126a17a8f737fb35435996e39f71fcda164;hpb=d251934bd71c678f552dc9a1d49c3f8efe102e1e;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 56609126..fdb5d0dd 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -6,29 +6,36 @@ {% block content %}
-

Open a Ticket OneLab Support

+
+

Open a Ticket Support

+
+
 
+
+
+
+

Please check our FAQ section. Most of the basic problems are explained there.

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

{{ field.help_text }}

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