diff --git a/django/views/debug.py b/django/views/debug.py index c7a4e6bf7d..674d4e4bfd 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -280,7 +280,7 @@ TECHNICAL_500_TEMPLATE = """

{{ exception_type }} at {{ request.path }}

-

{{ exception_value }}

+

{{ exception_value|escape }}

Request Method: