X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=b256d37a830ec0011a1d38946c1ca19d6b933e7c;hb=0120bc491b3464f4981270a28ac153fa62f3b08b;hp=2dd01ac670f2f4d735434d307a9b8efaa90e6e5c;hpb=abba116c28db312ee1cb4ca6897f358168f86c7c;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 2dd01ac6..b256d37a 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,23 +1,32 @@ {% extends "layout-unfold1.html" %} -{% load i18n %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} - -
{% csrf_token %} -
-
-

Onelab Support

-

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

+ +
+

Onelab Support

+

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

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

{{ field.help_text }}

+
+ {% endfor %} + +
+
+
{% endblock %}