Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23170 closed Uncategorized (invalid)

password_reset post_change_redirect

Reported by: sebastien@… 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 anonymous, 10 years ago

There is the same kind of error for password_reset_confirm:
post_change_redirect -> post_reset_redirect.

comment:2 by Baptiste Mispelon, 10 years ago

Resolution: invalid
Status: newclosed

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!

comment:3 by Baptiste Mispelon, 10 years ago

I tried to fix it on transifex, we'll see if that works.

comment:4 by sebastien@…, 10 years ago

Thanks, I will try directly on transifex next time!

Note: See TracTickets for help on using tickets.
Back to Top