Opened 17 years ago
Closed 17 years ago
#5798 closed (fixed)
Missing translation string specifier in contrib.auth.forms
Reported by: | maru | Owned by: | nobody |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | translation string | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
[source:django/trunk/django/contrib/auth/forms.py@L107#L107 django/contrib/auth/forms.py line 107]
send_mail('Password reset on %s' % site_name, t.render(Context(c)), None, [user.email])
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | auth-form-i18n.diff added |
---|
comment:1 by , 17 years ago
Summary: | Missing translation string specifier → Missing translation string specifier in contrib.auth.forms |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In future, please generate patches from the top of the source tree so that the file location is part of the patch and we don't have to guess which forms.py needs to be patched when reviewing the patch offline.