subject_template_name: le nom complet d’un gabarit à utiliser pour le
sujet du courriel contenant le lien de réinitialisation du mot de passe.
Sa valeur par défaut est registration/password_reset_subject'''.html''' si
le paramètre n’est pas renseigné.
The expected default is password_reset_subject'''.txt''', like the english
documentation mention.
subject_template_name: The full name of a template to use for the subject
of the email with the reset password link. Defaults to
registration/password_reset_subject'''.txt''' if not supplied.
obviously, if you create a registration/password_reset_subject.html file,
it'll be ignored by the password_reset view.
reference:
https://docs.djangoproject.com/fr/1.6/topics/auth/default/
--
Ticket URL: <https://code.djangoproject.com/ticket/22730>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* keywords: => translation, french, documentation
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/22730#comment:1>
* type: Uncategorized => Bug
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/22730#comment:2>
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/22730#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
I fixed that in Transifex and should be soon online, but note that like
Django translations, documentation translation issues are not tracked
here, but should be directly managed through Transifex.
--
Ticket URL: <https://code.djangoproject.com/ticket/22730#comment:4>