Changeset 9568
- Timestamp:
- 12/04/08 13:34:54 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/releases/1.0.X/django/views/static.py
r9567 r9568 92 92 def directory_index(path, fullpath): 93 93 try: 94 t = loader.get_template('static/directory_index.html 95 ') 94 t = loader.get_template('static/directory_index.html') 96 95 except TemplateDoesNotExist: 97 96 t = Template(DEFAULT_DIRECTORY_INDEX_TEMPLATE, name='Default directory index template')
