X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fuser_register.html;h=baa5667501180fcb32c453545ece2e23e81afe32;hb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;hp=4c730757e91e8ff623cf722b5bca6a0697d9d98e;hpb=4ee78b17e6c8bb54fc94bcddd6b0abb3d8c1a0fc;p=myslice.git diff --git a/portal/templates/user_register.html b/portal/templates/user_register.html index 4c730757..baa56675 100644 --- a/portal/templates/user_register.html +++ b/portal/templates/user_register.html @@ -1,5 +1,4 @@ {% extends "layout-unfold1.html" %} -{% load i18n %} {% block head %} {{ wizard.form.media }} @@ -10,11 +9,13 @@

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 %}