diff options
| author | stefan.ivic <contact@stefanivic.com> | 2024-06-08 15:44:17 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-06-18 16:49:53 +0200 |
| commit | ce1ad98565d98b7939367b2bcab755c3555ceb42 (patch) | |
| tree | 334799428166190114e9b72089661947ee9d99ac /django | |
| parent | a0c44d4e23f8f509757f97f28fbbb1ced3382361 (diff) | |
Fixed #35505 -- Added extrabody block to admin/base.html.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/admin/templates/admin/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/admin/templates/admin/base.html b/django/contrib/admin/templates/admin/base.html index f01a7ab61c..18e3a2a9fc 100644 --- a/django/contrib/admin/templates/admin/base.html +++ b/django/contrib/admin/templates/admin/base.html @@ -121,5 +121,6 @@ <symbol viewBox="0 0 24 24" width="1rem" height="1rem" id="icon-sun"><path d="M0 0h24v24H0z" fill="currentColor"/><path d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"/></symbol> </svg> <!-- END SVGs --> +{% block extrabody %}{% endblock extrabody %} </body> </html> |
