Opened 19 years ago
Closed 19 years ago
#1008 closed defect (fixed)
Admin change_form.html should have {{ block.super }} in {% block extrahead %}
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | 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
Admin base_site.html provides a means to easily customise some basic features of the admin. It should be possible to add some admin-wide javascript here in the extrahead block but change_form.html currently overrides this.
Note:
See TracTickets
for help on using tickets.
(In [1576]) Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Thanks, Kieran