diff --git a/django/views/debug.py b/django/views/debug.py index 9b95b524d2..3a840588e3 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -584,7 +584,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)
---|