Fixed copy-and-paste view of error page to not indent the first line of installed apps and middleware.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-12-11 05:39:54 +00:00
parent 3e360fc963
commit 58b2374b68
1 changed files with 2 additions and 2 deletions

View File

@ -480,9 +480,9 @@ Request URL: {{ request_protocol }}://{{ request.META.HTTP_HOST }}{{ request.pat
Django Version: {{ django_version_info }}
Python Version: {{ sys_version_info }}
Installed Applications:
{{ settings.INSTALLED_APPS|pprint }}
{{ settings.INSTALLED_APPS|pprint }}
Installed Middleware:
{{ settings.MIDDLEWARE_CLASSES|pprint }}
{{ settings.MIDDLEWARE_CLASSES|pprint }}
{% if template_does_not_exist %}Template Loader Error:
{% if loader_debug_info %}Django tried loading these templates, in this order: