From 5582ad149c6f4fcdd0a8dfaf1f22ed0f2bf295b2 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 6 Feb 2011 06:16:03 +0000 Subject: [PATCH] Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete confirmation page. Thanks to Tuttle for the report, and Julien Phalip for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15435 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../admin/delete_selected_confirmation.html | 4 ++-- tests/regressiontests/admin_views/tests.py | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/django/contrib/admin/templates/admin/delete_selected_confirmation.html b/django/contrib/admin/templates/admin/delete_selected_confirmation.html index 2bb4fb4742..127519bea7 100644 --- a/django/contrib/admin/templates/admin/delete_selected_confirmation.html +++ b/django/contrib/admin/templates/admin/delete_selected_confirmation.html @@ -1,5 +1,5 @@ {% extends "admin/base_site.html" %} -{% load i18n %} +{% load i18n l10n %} {% block breadcrumbs %}