X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fuser_register.html;h=baa5667501180fcb32c453545ece2e23e81afe32;hb=0098d38aa259c2aeeac53c5fc0a91acefa8f0ee7;hp=dda88f8e82b7f0517c36b99721d654258c6cddc9;hpb=7a3fcd0eed5066b3189d79729e95e98167988481;p=myslice.git diff --git a/portal/templates/user_register.html b/portal/templates/user_register.html index dda88f8e..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 %} {{ form.as_p }}
+
{% endblock %}