mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Fixed #8178: Another update to debug template to aid rendering of exception traces. Thanks to julianb for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
260510453f
commit
15f8b4cde0
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ TECHNICAL_500_TEMPLATE = """
|
|||
</tr>
|
||||
<tr>
|
||||
<th>Exception Value:</th>
|
||||
<td>{{ exception_value|escape }}</td>
|
||||
<td><pre>{{ exception_value|escape }}<pre></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Exception Location:</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue