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)

reg-userlinks.diff (2.0 KB ) - added by Karen Tracey 16 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Karen Tracey, 16 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

[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.

by Karen Tracey, 16 years ago

Attachment: reg-userlinks.diff added

comment:2 by Karen Tracey, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [9079].

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