Loading django/views/debug.py +4 −0 Original line number Diff line number Diff line Loading @@ -419,6 +419,10 @@ TECHNICAL_500_TEMPLATE = """ <th>Request URL:</th> <td>{{ request.build_absolute_uri|escape }}</td> </tr> <tr> <th>Django Version:</th> <td>{{ django_version_info }}</td> </tr> <tr> <th>Exception Type:</th> <td>{{ exception_type }}</td> Loading Loading
django/views/debug.py +4 −0 Original line number Diff line number Diff line Loading @@ -419,6 +419,10 @@ TECHNICAL_500_TEMPLATE = """ <th>Request URL:</th> <td>{{ request.build_absolute_uri|escape }}</td> </tr> <tr> <th>Django Version:</th> <td>{{ django_version_info }}</td> </tr> <tr> <th>Exception Type:</th> <td>{{ exception_type }}</td> Loading