diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-12-23 22:53:30 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-12-23 22:53:30 +0000 |
| commit | bd0897baa76562f5ee7b5b620eda082f65f46fbd (patch) | |
| tree | 5a77ab7c1b058719b2d1025bab75d6bf1018ce85 | |
| parent | e7b338d10e9a301773f4068b38e907c366d53e83 (diff) | |
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
| -rw-r--r-- | django/views/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/debug.py b/django/views/debug.py index 18a396d3a6..e3be2a7dcd 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 }} </textarea> <br><br> - <input type="submit" value="Share this traceback on public Web site"> + <input type="submit" value="Share this traceback on a public Web site"> </div> </form> </div> |
