0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/tests/admin_views/templates/admin/base_site.html
julien 'pouete' Godin f5123c7291 Fixed #21371 -- Added the block.super to admin bodyclass blocks.
Thanks Keryn Knight for the report.
2014-02-10 09:13:29 -05:00

4 lines
95 B
HTML

{% extends "admin/base.html" %}
{% block bodyclass%}bodyclass_consistency_check{% endblock %}