diff --git a/django/views/debug.py b/django/views/debug.py index cd662ce23f..02a4848872 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -762,11 +762,9 @@ TECHNICAL_500_TEMPLATE = (""" {% for source_line in template_info.source_lines %} {% ifequal source_line.0 template_info.line %}
- {{ frame.context_line|escape }}{% if not is_email %} ...{% endif %}