Opened 16 years ago
Closed 16 years ago
#8984 closed (fixed)
Admin "password change" page has broken link to "Documentation"
Reported by: | Adrian Holovaty | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The /admin/password_change/
page has a link to "Documentation" at the upper right -- which is a broken link, now that the admin docs are a separate (optional) app.
Attachments (1)
Change History (3)
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 16 years ago
Attachment: | reg-userlinks.diff added |
---|
Note:
See TracTickets
for help on using tickets.
[8717] fixed this for templates that inherit from admin/base.html. The registration templates don't, however, so they still have the problem. Both the password_change_form and password_change_done templates are affected. I'll attach a patch that applies the same fix as was made to admin/base.html to these two.