From 3afa4a462691b537b38222c9869c997a0ff04a21 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 16 Aug 2008 12:33:36 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20#8178:=20Cleaned=20up=20the=20rendering?= =?UTF-8?q?=20of=20exceptions=20on=20the=20error=20template.=20Thanks=20to?= =?UTF-8?q?=20Marinho=20Brand=C3=A3o=20for=20the=20fix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@8407 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django/views/debug.py b/django/views/debug.py index adc1ae936e..7cd05ea913 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -328,6 +328,7 @@ TECHNICAL_500_TEMPLATE = """ .specific { color:#cc3300; font-weight:bold; } h2 span.commands { font-size:.7em;} span.commands a:link {color:#5E5694;} + pre.exception_value { font-family: sans-serif; color: #666; font-size: 1.5em; margin: 10px 0 10px 0; }