#23170 closed Uncategorized (invalid)
password_reset post_change_redirect
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
For the french documentation of django 1.6.
Url: https://docs.djangoproject.com/fr/1.6/topics/auth/default/#built-in-auth-forms
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
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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!
There is the same kind of error for password_reset_confirm:
post_change_redirect -> post_reset_redirect.