mirror of
https://github.com/django/django.git
synced 2025-06-23 20:39:12 +00:00
Fixed #25566 -- Added title to admin's closing popup response page
This commit is contained in:
parent
f59a0401e5
commit
aff4b75c34
@ -1,6 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
{% load i18n %}<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head><title></title></head>
|
<head><title>{% trans 'Popup closing...' %}</title></head>
|
||||||
<body>
|
<body>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
{% if action == 'change' %}
|
{% if action == 'change' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user