X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=b510b736f3e61984297e81d511eeed8b70821392;hb=da17fe7899f53aa7eb0a2d979d99eff659f5d5aa;hp=56609126a17a8f737fb35435996e39f71fcda164;hpb=2f89f2e81c44a63d6d90746a1f3c126603280b66;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 56609126..b510b736 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -6,29 +6,37 @@ {% block content %}
-

Open a Ticket OneLab Support

+
+

Open a Ticket OneLab 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 %}