From 986bcffed2c2ab85a1cd3ebe520b7d725d921846 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Tue, 4 Aug 2009 14:56:04 +0000 Subject: [soc2009/i18n] merged up to trunk r11385 git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11388 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'django/views/debug.py') diff --git a/django/views/debug.py b/django/views/debug.py index 4e9dcb1d7c..6da89ffcf5 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -405,7 +405,7 @@ TECHNICAL_500_TEMPLATE = """ Exception Value: -
{{ exception_value|escape }}

+      
{{ exception_value|escape }}
Exception Location: @@ -630,7 +630,7 @@ Exception Value: {{ exception_value|escape }} {% else %}

No FILES data

{% endif %} - + {% if request.COOKIES %} -- cgit v1.3