Opened 7 years ago

Last modified 6 years ago

#27728 closed New feature

Allow overriding admin templatetag's templates. — at Initial Version

Reported by: Raffaele Salmaso Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: raffaele.salmaso+djangoproject@…, Collin Anderson 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

Refs
https://code.djangoproject.com/ticket/11974
https://code.djangoproject.com/ticket/12566
https://code.djangoproject.com/ticket/18957
https://code.djangoproject.com/ticket/19235
https://code.djangoproject.com/ticket/26763

It would be really nice that could be possible to override some templatetag's templates using the "standard" admin patter of admin/app_label/model/template.html.

actions.html
change_list_results.html
date_hierarchy.html
pagination.html
search_form.html
submit_line.html

and the object_tools blocks which now are hardcoded in change_form.html and change_list.html

Change History (0)

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