X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=d9d2c518686b02fc81062b6c0bcd304e1772de13;hb=ba476841726dc818c0efd3ed25e42955a39fc504;hp=6630f23f8f5c3b2037e83941036a155ddfe6177b;hpb=8c36730846c0f62a6bc1a18d720931d2b46ae537;p=unfold.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 6630f23f..d9d2c518 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,25 +1,41 @@ -{% 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 %}