diff --git a/django/views/debug.py b/django/views/debug.py index 4ecd936771..0458580221 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -595,7 +595,7 @@ TECHNICAL_500_TEMPLATE = """
{% if exception_value %}{{ exception_value|force_escape }}{% else %}No exception supplied{% endif %}+
{% if exception_value %}{{ exception_value|force_escape }}{% else %}No exception message supplied{% endif %}
Request Method: | ', html) self.assertIn('Request URL: | ', html) self.assertNotIn('Exception Type: | ', html)
---|