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; }