Opened 18 years ago

Closed 18 years ago

#1008 closed defect (fixed)

Admin change_form.html should have {{ block.super }} in {% block extrahead %}

Reported by: django@… 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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1576]) Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Thanks, Kieran

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