#158 closed defect (fixed)
Base admin template changes
Reported by: | Manuzhai | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
- Now that the templates are in, re-enable the password change option.
- Point "Home" to /admin/ by default; this makes sense since password_change and logout also point to /admin/.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | base-changes.diff added |
---|
comment:1 by , 19 years ago
Enabling of the password change link was fixed in [295], the other part was not.
comment:2 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
Patch to accomplish above behavior.