summaryrefslogtreecommitdiff
path: root/tests/admin_views/templates
AgeCommit message (Collapse)Author
2025-04-04Fixed #36255 -- Renamed the admin action button for improved accessibility.koffi
2024-06-18Fixed #35505 -- Added extrabody block to admin/base.html.stefan.ivic
2021-05-20Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.David Sanders
2020-06-25Refs #26761 -- Removed extra space in admin change list result header.Hasan Ramezani
2020-03-09Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ↵Jon Dufresne
in admin.
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵Jon Dufresne
<script> tags.
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-02-10Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin
Thanks Keryn Knight for the report.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner