diff options
| author | julien 'pouete' Godin <julien@pouete.net> | 2014-01-08 17:48:43 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-10 09:13:29 -0500 |
| commit | f5123c7291e855713b59e739bad0e50a1d50d3ef (patch) | |
| tree | ff189b9c12222459fde4f2a0be085d19faccf832 /tests/admin_views/templates | |
| parent | 59d9b264745bb1a4736bb6df4dafb83049835483 (diff) | |
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
Thanks Keryn Knight for the report.
Diffstat (limited to 'tests/admin_views/templates')
| -rw-r--r-- | tests/admin_views/templates/admin/base_site.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/admin_views/templates/admin/base_site.html b/tests/admin_views/templates/admin/base_site.html new file mode 100644 index 0000000000..0502239997 --- /dev/null +++ b/tests/admin_views/templates/admin/base_site.html @@ -0,0 +1,3 @@ +{% extends "admin/base.html" %} + +{% block bodyclass%}bodyclass_consistency_check{% endblock %} |
