Opened 17 years ago
Closed 17 years ago
#5521 closed (fixed)
repetitions in admin templates
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
$ grep -rl userlinks ../admin ../admin/base.html ../admin/auth/user/change_password.html ../admin/change_list.html ../admin/change_form.html ../admin/object_history.html ../admin/delete_confirmation.html
This makes difficult customizing the admin template (you have to override the userlinks block in each page. The block should be only defined in one place. (base.html?)
Change History (2)
comment:1 by , 17 years ago
Component: | Uncategorized → Admin interface |
---|---|
Version: | SVN → newforms-admin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
[6391] fixed this.