From bd0897baa76562f5ee7b5b620eda082f65f46fbd Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 23 Dec 2007 22:53:30 +0000 Subject: [PATCH] Corrected a typo in the debug page -- 'Share this traceback on a public Web site' git-svn-id: http://code.djangoproject.com/svn/django/trunk@6977 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/views/debug.py b/django/views/debug.py index 18a396d3a6f..e3be2a7dcdf 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -507,7 +507,7 @@ Exception Type: {{ exception_type|escape }} at {{ request.path|escape }} Exception Value: {{ exception_value|escape }}

- +