X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=43adfa5c78c66294b755ee4e2190a92c3faa0b17;hb=194f64e52b806bafa5a5e0ed2940b94a462fe87e;hp=6630f23f8f5c3b2037e83941036a155ddfe6177b;hpb=8c36730846c0f62a6bc1a18d720931d2b46ae537;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 6630f23f..43adfa5c 100644 --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@ -1,5 +1,4 @@ {% extends "layout-unfold1.html" %} -{% load i18n %} {% block head %} {{ wizard.form.media }} @@ -7,19 +6,27 @@ {% block unfold1_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 %}