diff --git a/la_chariotte/accounts/templates/registration/password_reset_form.html b/la_chariotte/accounts/templates/registration/password_reset_form.html index 2e66624..8e380e2 100644 --- a/la_chariotte/accounts/templates/registration/password_reset_form.html +++ b/la_chariotte/accounts/templates/registration/password_reset_form.html @@ -8,7 +8,8 @@

Entrez votre mail pour recevoir les instructions pour le réinitialiser.

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