From 2d899ce16bdbef1a015275237f0bfef4045fb6b2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 3 Feb 2017 19:38:33 -0500 Subject: Refs #23919 -- Removed a Python 2 code path in force_text(). Reverted the obsolete fix and tests for refs #12302. --- tests/view_tests/templates/debug/template_exception.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/view_tests/templates/debug') diff --git a/tests/view_tests/templates/debug/template_exception.html b/tests/view_tests/templates/debug/template_exception.html index c6b34a8388..31c25418fe 100644 --- a/tests/view_tests/templates/debug/template_exception.html +++ b/tests/view_tests/templates/debug/template_exception.html @@ -1,2 +1,2 @@ {% load debugtags %} -{% go_boom arg %} +{% go_boom %} -- cgit v1.3