X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=722c29df61bd48cb94a620a3b70d810e4ce80dbc;hb=f9d1cc4ca93b5fb8412922142007b55a3513454f;hp=6630f23f8f5c3b2037e83941036a155ddfe6177b;hpb=a6e8a7f63aa2d97ec9974b54cd485b4359e296c7;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 6630f23f..722c29df 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,25 +1,42 @@ -{% extends "layout-unfold1.html" %} -{% load i18n %} +{% extends "layout.html" %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} - - -
{% csrf_token %} -
-
-

Onelab Support

-

If you have already registered then send an e-mail or visit us

+{% block content %} +
+
+

Open a Ticket Support

+
+
+
+
 
+
+
+
+

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

+
-{{ form.as_p }} -

- -

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