diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-03 19:38:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-03 19:38:33 -0500 |
| commit | 2d899ce16bdbef1a015275237f0bfef4045fb6b2 (patch) | |
| tree | fd40a36a033d1b7d63bde726a6547172aa6e82e6 /tests/view_tests/templates/debug/template_exception.html | |
| parent | 26619ad7b069b9113d154c11c586935ee9aaa4c4 (diff) | |
Refs #23919 -- Removed a Python 2 code path in force_text().
Reverted the obsolete fix and tests for refs #12302.
Diffstat (limited to 'tests/view_tests/templates/debug/template_exception.html')
| -rw-r--r-- | tests/view_tests/templates/debug/template_exception.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |
