1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +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

@@ -37,7 +37,9 @@ Minor features
:mod:`django.contrib.admin`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The ``admin/base.html`` template now has a new block
:ref:`extrabody <extrabody>` for adding custom code before the closing
``</body>`` tag.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~