X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=98e2c0bf9db59605228769c0931b2f9e4496f501;hb=refs%2Fheads%2Ff4f-review;hp=fe327a683e7eb36685b4b8075dd0d9ade59f1b66;hpb=634f24d89903ba91d64b28a5403ddcbc7098cf20;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index fe327a68..98e2c0bf 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. + 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 %}