Django

Code

Ticket #1008 (closed: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: django@kieranholland.com Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

12/08/05 20:29:58 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1008 (Admin change_form.html should have {{ block.super }} in {% block extrahead %})




Change Properties
Action