Opened 18 years ago
Closed 18 years ago
#3269 closed defect (fixed)
[patch] small error in new change password admin app template
Reported by: | ramiro <rm0 _at_ gmx.net> | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The literal for this new view says
"Enter a new username and password for the user username".
But the form is only corncerned with changing the password for an user.
The trivial patch attached solves this.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | change_pass_i18n.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4302]) Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro