diff --git a/la_chariotte/accounts/templates/registration/password_reset_complete.html b/la_chariotte/accounts/templates/registration/password_reset_complete.html index b0924af..efc01c2 100644 --- a/la_chariotte/accounts/templates/registration/password_reset_complete.html +++ b/la_chariotte/accounts/templates/registration/password_reset_complete.html @@ -8,6 +8,6 @@

Votre mot de passe a été correctement réinitialisé. Vous pouvez maintenant vous connecter.

- + Se connecter
{% endblock %} \ No newline at end of file diff --git a/la_chariotte/accounts/templates/registration/password_reset_confirm.html b/la_chariotte/accounts/templates/registration/password_reset_confirm.html index 6f67cf3..f44c0a4 100644 --- a/la_chariotte/accounts/templates/registration/password_reset_confirm.html +++ b/la_chariotte/accounts/templates/registration/password_reset_confirm.html @@ -9,8 +9,8 @@ {% if validlink %}

Veuillez entrer un nouveau mot de passe tout neuf.

+ {{ form | crispy }} {% csrf_token %} - {% crispy form %}