X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=2652647739deea63df81d8ea25111a24ccfbd7fb;hb=999111b2487f0b23b43b590052919c81c688e0d2;hp=f9e2e4ef0b7723b2e7785095d99e931586de7c21;hpb=7b1bc5bd58de4f06a193f3dd344df7b342504cbf;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index f9e2e4ef..26526477 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,16 +6,25 @@ {% block unfold1_main %} - -
-

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

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

{{ field.help_text }}

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