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 anonymous, 17 years ago

Component: UncategorizedAdmin interface
Version: SVNnewforms-admin

comment:2 by James Bennett, 17 years ago

Resolution: fixed
Status: newclosed

[6391] fixed this.

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