Changes between Initial Version and Version 7 of Ticket #14810
- Timestamp:
- Jun 29, 2023, 9:52:31 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14810
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
- Property Milestone 1.3
- Property Severity → Normal
- Property Type → New feature
- Property UI/UX unset
- Property Easy pickings unset
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #14810 – Description
initial v7 1 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 no 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.1 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. 2 2 3 3 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.