Django

Code

Changeset 6977

Show
Ignore:
Timestamp:
12/23/07 16:53:30 (8 months ago)
Author:
adrian
Message:

Corrected a typo in the debug page -- 'Share this traceback on a public Web site'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/views/debug.py

    r6910 r6977  
    508508</textarea> 
    509509  <br><br> 
    510   <input type="submit" value="Share this traceback on public Web site"> 
     510  <input type="submit" value="Share this traceback on a public Web site"> 
    511511  </div> 
    512512</form>