summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2015-10-19 17:40:52 +0300
committerVille Skyttä <ville.skytta@iki.fi>2015-10-19 20:12:48 +0300
commitaff4b75c34d62ec932414b5099016007fff17317 (patch)
tree0c7634d5b1b1740713f1a106f46961ccecac2aa2
parentf59a0401e5d0e19568a038f2a50954d1a9a1526f (diff)
Fixed #25566 -- Added title to admin's closing popup response page
-rw-r--r--django/contrib/admin/templates/admin/popup_response.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/admin/templates/admin/popup_response.html b/django/contrib/admin/templates/admin/popup_response.html
index 626ed98eda..bbe8908617 100644
--- a/django/contrib/admin/templates/admin/popup_response.html
+++ b/django/contrib/admin/templates/admin/popup_response.html
@@ -1,6 +1,6 @@
-<!DOCTYPE html>
+{% load i18n %}<!DOCTYPE html>
<html>
- <head><title></title></head>
+ <head><title>{% trans 'Popup closing...' %}</title></head>
<body>
<script type="text/javascript">
{% if action == 'change' %}