X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=3aa9f1910f3a3339c2ba8fba4de59cf21c590936;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=6630f23f8f5c3b2037e83941036a155ddfe6177b;hpb=a6e8a7f63aa2d97ec9974b54cd485b4359e296c7;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 6630f23f..3aa9f191 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,25 +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 %}