This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
dd0b487872
django1
/
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 %}