Fixed #25566 -- Added title to admin's closing popup response page

This commit is contained in:
Ville Skyttä 2015-10-19 17:40:52 +03:00
parent f59a0401e5
commit aff4b75c34
1 changed files with 2 additions and 2 deletions

View File

@ -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' %}