mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Fixed #27531 -- Added block.super to admin's delete confirmation extrahead blocks.
This commit is contained in:
parent
92bbef8b9e
commit
9a49fdcd8f
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{% load i18n admin_urls static %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
{{ media }}
|
||||
<script type="text/javascript" src="{% static 'admin/js/cancel.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{% load i18n l10n admin_urls static %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
{{ media }}
|
||||
<script type="text/javascript" src="{% static 'admin/js/cancel.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue