In the description of password_reset, the argument is called
post_change_redirect instead of post_reset_redirect:
thus:
"post_change_redirect: l’URL vers laquelle rediriger après une demande de
réinitialisation de mot de passe réussie."
should be:
"post_reset_redirect: l’URL vers laquelle rediriger après une demande de
réinitialisation de mot de passe réussie."
Best,
Sébastien
--
Ticket URL: <https://code.djangoproject.com/ticket/23170>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
There is the same kind of error for password_reset_confirm:
post_change_redirect -> post_reset_redirect.
--
Ticket URL: <https://code.djangoproject.com/ticket/23170#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
Hi,
We don't really track translation issues here, but rather on transifex.
Could you report this on https://www.transifex.com/projects/p/django-
docs/language/fr/ instead?
Merci!
--
Ticket URL: <https://code.djangoproject.com/ticket/23170#comment:2>
Comment (by bmispelon):
I tried to fix it on transifex, we'll see if that works.
--
Ticket URL: <https://code.djangoproject.com/ticket/23170#comment:3>
Comment (by sebastien@…):
Thanks, I will try directly on transifex next time!
--
Ticket URL: <https://code.djangoproject.com/ticket/23170#comment:4>