Opened 3 months ago

Closed 3 months ago

#35505 closed New feature (fixed)

Add a template block to the admin for extension by third party apps

Reported by: Tom Carrick Owned by: Stefan Ivic
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Tom Carrick Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Naming TBD, but a block before the end of the body.

Perhaps {% block extra_body %}, or...?

Originally proposed by Carlton as a way to allow keyboard shortcuts to exist as a third party app for a while.

Change History (7)

comment:1 by Carlton Gibson, 3 months ago

Triage Stage: UnreviewedAccepted

Yes, a small block at the bottom would be a useful addition (similar to others we have in the head, for example).

comment:2 by Tom Carrick, 3 months ago

Owner: changed from nobody to Tom Carrick
Status: newassigned

comment:3 by Stefan Ivic, 3 months ago

Has patch: set
Owner: changed from Tom Carrick to Stefan Ivic

comment:5 by Sarah Boyce, 3 months ago

Patch needs improvement: set

comment:6 by Sarah Boyce, 3 months ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 3 months ago

Resolution: fixed
Status: assignedclosed

In ce1ad985:

Fixed #35505 -- Added extrabody block to admin/base.html.

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