Opened 17 years ago

Closed 17 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_pass_i18n.diff (620 bytes ) - added by ramiro <rm0 _at_ gmx.net> 17 years ago.

Download all attachments as: .zip

Change History (2)

by ramiro <rm0 _at_ gmx.net>, 17 years ago

Attachment: change_pass_i18n.diff added

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4302]) Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro

Note: See TracTickets for help on using tickets.
Back to Top