Opened 14 years ago

Last modified 10 months ago

#14810 closed New feature

Admin inline templates need blocks — at Version 7

Reported by: Simon Meers Owned by: abdulrahman
Component: contrib.admin Version: dev
Severity: Normal Keywords: template, block, inheritance
Cc: Julien Phalip, sehmaschine@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by abdulrahman)

This has been bugging me for years, but I've not spotted a matching ticket as yet. The admin/edit-inline/(stacked|tabular).html templates do not contain a single {% block %}, and are therefore quite useless when it comes to template inheritance. It is a common requirement to tweak a small fragment of these templates, but this cannot be done in a DRY manner at present.

I propose tidying up these templates and breaking them down into blocks to solve this. More than happy to write the code, just thought I'd raise it here first to make sure I hadn't missed anything.

Change History (8)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

I'm fairly certain I've seen a similar ticket floating around before -- if not specifically about edit-inline, then about other aspects of the admin that could be made more modular.

Accepting on the basis that it's a good idea; if anyone knows or discovers the antecedent ticket, feel free to close this one.

by Simon Meers, 14 years ago

Attachment: stacked_example.diff added

Example stacked template with a few blocks (and indentation...?)

comment:2 by anonymous, 14 years ago

Cc: sehmaschine@… added

comment:3 by anonymous, 13 years ago

milestone: 1.3
Severity: Normal
Type: New feature

Calling it a new feature as it's providing new 'functionality' for admin template developers.

comment:4 by Aymeric Augustin, 13 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:5 by Aymeric Augustin, 13 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:6 by abdulrahman, 20 months ago

Owner: changed from Simon Meers to abdulrahman
Status: newassigned

comment:7 by abdulrahman, 15 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top