Opened 20 years ago
Closed 20 years ago
#1274 closed defect (fixed)
password_chage page displays wrong url to self
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | bray@… | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
if I go to the password change admin page "/admin/password_change/" the url to "password change" is displayed incorrectly as "/admin/password_change/password_change". Small bug thought I would get it in here anyway.
Note:
See TracTickets
for help on using tickets.
(In [2131]) Fixed #1274 -- Fixed broken link in navigation in admin password-change template. Thanks, Brian Ray