From 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 22 Jul 2016 17:38:35 -0700 Subject: Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page. --- django/views/debug.py | 1 - 1 file changed, 1 deletion(-) (limited to 'django') diff --git a/django/views/debug.py b/django/views/debug.py index eac0a77605..1bcaaf8169 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -726,7 +726,6 @@ TECHNICAL_500_TEMPLATE = (""" {% for attempt in entry.tried %}
  • {{ attempt.0.loader_name }}: {{ attempt.0.name }} ({{ attempt.1 }})
  • {% endfor %} - {% else %}
  • This engine did not provide a list of tried templates.
  • {% endif %} -- cgit v1.3