Changes between Initial Version and Version 7 of Ticket #14810


Ignore:
Timestamp:
Jun 29, 2023, 9:52:31 AM (15 months ago)
Author:
abdulrahman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14810

    • Property Triage Stage UnreviewedAccepted
    • Property Cc sehmaschine@… added
    • Property Milestone 1.3
    • Property SeverityNormal
    • Property TypeNew feature
    • Property UI/UX unset
    • Property Easy pickings unset
    • Property Owner changed from Simon Meers to abdulrahman
    • Property Status newassigned
  • 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.
     1This 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.
    22
    33I 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.
Back to Top