diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2016-07-22 17:38:35 -0700 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2016-07-24 18:18:57 +0200 |
| commit | 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 (patch) | |
| tree | 76ab2f6242968bee8708dfe2ea6efca78dae1709 /django | |
| parent | b2e54aec58439adbd64fec2427d87f11945ab33c (diff) | |
Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Diffstat (limited to 'django')
| -rw-r--r-- | django/views/debug.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 %} <li><code>{{ attempt.0.loader_name }}</code>: {{ attempt.0.name }} ({{ attempt.1 }})</li> {% endfor %} - </ul> {% else %} <li>This engine did not provide a list of tried templates.</li> {% endif %} |
