Commit 3304afa6 authored by Joseph Kocherhans's avatar Joseph Kocherhans
Browse files

Fixed #12944. Added Django version to the main part of the debug page. Thanks, robhudson.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ff963358
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>