Fixed #26544 -- Delayed translations of SetPasswordForm help_texts

Thanks Michael Bitzi for the reporti and Tim Graham for the review.
This commit is contained in:
Claude Paroz 2016-05-06 12:23:52 +02:00
parent deeffde84a
commit b26fedacef
3 changed files with 25 additions and 2 deletions

View file

@ -11,3 +11,6 @@ Bugfixes
* Removed the need for the ``request`` context processor on the admin login
page to fix a regression in 1.9 (:ticket:`26558`).
* Fixed translation of password validators' ``help_text`` in forms
(:ticket:`26544`).