From 8df7681d0e3b39cda9393c8e59f13b5681cc2f2f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 1 Aug 2017 10:52:29 -0400 Subject: [PATCH] Removed unneeded escape filter in templates where autoescaping is enabled. --- .../templates/admin/delete_confirmation.html | 2 +- django/views/templates/technical_404.html | 6 +++--- django/views/templates/technical_500.html | 20 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/django/contrib/admin/templates/admin/delete_confirmation.html b/django/contrib/admin/templates/admin/delete_confirmation.html index 09582c18ecd..2dedc84491d 100644 --- a/django/contrib/admin/templates/admin/delete_confirmation.html +++ b/django/contrib/admin/templates/admin/delete_confirmation.html @@ -13,7 +13,7 @@ diff --git a/django/views/templates/technical_404.html b/django/views/templates/technical_404.html index b88fecf2eb7..ec518f658e4 100644 --- a/django/views/templates/technical_404.html +++ b/django/views/templates/technical_404.html @@ -2,7 +2,7 @@ - Page not found at {{ request.path_info|escape }} + Page not found at {{ request.path_info }}