This website requires JavaScript.
Explore
Help
Sign In
p31829507
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Projects
Releases
Wiki
Activity
d5b573d872
django
/
tests
/
admin_views
/
templates
/
admin
/
base_site.html
4 lines
96 B
HTML
Raw
Normal View
History
Unescape
Escape
Fixed #21371 -- Added the block.super to admin bodyclass blocks. Thanks Keryn Knight for the report.
2014-01-09 00:48:43 +08:00
{% extends "admin/base.html" %}
Fixed template tag braces spacing.
2014-12-12 21:27:04 +08:00
{% block bodyclass %}bodyclass_consistency_check{% endblock %}