html template password_reset_email.html has badly translatable string
django/contrib/admin/templates/registration/password_reset_email.html contains ugly trans tags:
{% trans "You're receiving this e-mail because you requested a password reset" %}
{% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
Maybe it worth considering using one big blocktrans for the whole letter (with aliases), as you should not reuse small pieces from that letter.
Change History
(6)
Summary: |
password_reset_email has badly translatable string → html template password_reset_email.html has badly translatable string
|
Triage Stage: |
Unreviewed → Accepted
|
Has patch: |
set
|
milestone: |
→ 1.3
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I presume the patch is trivial enough to promote to RFC before 1.3's string freeze.