X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fuser_register.html;h=bfb08f124a9edab949cb7e79531d569634253de7;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=4c730757e91e8ff623cf722b5bca6a0697d9d98e;hpb=4ee78b17e6c8bb54fc94bcddd6b0abb3d8c1a0fc;p=myslice.git diff --git a/portal/templates/user_register.html b/portal/templates/user_register.html index 4c730757..bfb08f12 100644 --- a/portal/templates/user_register.html +++ b/portal/templates/user_register.html @@ -1,20 +1,21 @@ {% extends "layout-unfold1.html" %} -{% load i18n %} {% block head %} {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %}

User registration

-{% if envoi %}Votre message a bien été envoyé !{% endif %} +{% if envoi %}Your registration message has been sent !{% endif %} -
{% csrf_token %} +
+{% csrf_token %} {{ form.as_p }} +
{% endblock %}