1
0
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:
stefan.ivic
2024-06-08 15:44:17 +02:00
committed by Sarah Boyce
parent a0c44d4e23
commit ce1ad98565
5 changed files with 36 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
{% extends "admin/base.html" %}
{% block bodyclass %}bodyclass_consistency_check{% endblock %}
{% block extrabody %}extrabody_check{% endblock extrabody %}