mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #35505 -- Added extrabody block to admin/base.html.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{% extends "admin/base.html" %}
|
||||
|
||||
{% block bodyclass %}bodyclass_consistency_check{% endblock %}
|
||||
|
||||
{% block extrabody %}extrabody_check{% endblock extrabody %}
|
||||
|
||||
Reference in New Issue
Block a user