Loading django/views/debug.py +2 −2 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ TECHNICAL_500_TEMPLATE = """ </tr> <tr> <th>Exception Value:</th> <td><pre>{{ exception_value|escape }}<pre></td> <td><pre>{{ exception_value|escape }}</pre></td> </tr> <tr> <th>Exception Location:</th> Loading Loading
django/views/debug.py +2 −2 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ TECHNICAL_500_TEMPLATE = """ </tr> <tr> <th>Exception Value:</th> <td><pre>{{ exception_value|escape }}<pre></td> <td><pre>{{ exception_value|escape }}</pre></td> </tr> <tr> <th>Exception Location:</th> Loading