From aff4b75c34d62ec932414b5099016007fff17317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 19 Oct 2015 17:40:52 +0300 Subject: [PATCH] Fixed #25566 -- Added title to admin's closing popup response page --- django/contrib/admin/templates/admin/popup_response.html | 4 ++-- 1 file 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 @@ - +{% load i18n %} - + {% trans 'Popup closing...' %}