[1.9.x] Fixed #25566 -- Added title to admin's closing popup response page
Backport of aff4b75c34
from master
This commit is contained in:
parent
3aeb84df25
commit
094a60847a
|
@ -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…
Reference in New Issue