X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fcontact.html;h=bd374157bbf567464de1309c387f75a95a8b0a6e;hb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;hp=6630f23f8f5c3b2037e83941036a155ddfe6177b;hpb=bfaf128417660246d7e5916129886bfbd3a878b0;p=myslice.git diff --git a/portal/templates/contact.html b/portal/templates/contact.html index 6630f23f..bd374157 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,24 @@ {% 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

+
+{% csrf_token %} +
{{ form.as_p }}

- +

+
{% endblock %}