X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=d9d2c518686b02fc81062b6c0bcd304e1772de13;hb=6bf59bff40ebe82773821d5945b5a0ba494f1671;hp=fe327a683e7eb36685b4b8075dd0d9ade59f1b66;hpb=a5361a5bcf8457eea5f25fed266db99a5fa7ac88;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index fe327a68..d9d2c518 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -6,30 +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.

+
 
+
+
+
+

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 %} -
- {% for field in form %} -
- -
{{ field.errors }} {{ field }}

{{ field.help_text }}

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