Django

Code

Changeset 9568

Show
Ignore:
Timestamp:
12/04/08 13:34:54 (1 month ago)
Author:
ubernostrum
Message:

[1.0.X] Correct weird typo that crept into [9567].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/releases/1.0.X/django/views/static.py

    r9567 r9568  
    9292def directory_index(path, fullpath): 
    9393    try: 
    94         t = loader.get_template('static/directory_index.html 
    95         ') 
     94        t = loader.get_template('static/directory_index.html') 
    9695    except TemplateDoesNotExist: 
    9796        t = Template(DEFAULT_DIRECTORY_INDEX_TEMPLATE, name='Default directory index template')