summaryrefslogtreecommitdiff
path: root/tests/admin_views/templates
diff options
context:
space:
mode:
authorjulien 'pouete' Godin <julien@pouete.net>2014-01-08 17:48:43 +0100
committerTim Graham <timograham@gmail.com>2014-02-10 09:13:29 -0500
commitf5123c7291e855713b59e739bad0e50a1d50d3ef (patch)
treeff189b9c12222459fde4f2a0be085d19faccf832 /tests/admin_views/templates
parent59d9b264745bb1a4736bb6df4dafb83049835483 (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.html3
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 %}