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
This commit is contained in:
Adrian Holovaty 2007-12-23 22:53:30 +00:00
parent e7b338d10e
commit bd0897baa7
1 changed files with 1 additions and 1 deletions

View File

@ -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>