[1.0.X] Correct weird typo that crept into [9567].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c1ec41a91a
commit
687823640d
|
@ -91,8 +91,7 @@ DEFAULT_DIRECTORY_INDEX_TEMPLATE = """
|
|||
|
||||
def directory_index(path, fullpath):
|
||||
try:
|
||||
t = loader.get_template('static/directory_index.html
|
||||
')
|
||||
t = loader.get_template('static/directory_index.html')
|
||||
except TemplateDoesNotExist:
|
||||
t = Template(DEFAULT_DIRECTORY_INDEX_TEMPLATE, name='Default directory index template')
|
||||
files = []
|
||||
|
|
Loading…
Reference in New Issue