Author: ubernostrum
Date: 2008-12-04 13:34:54 -0600 (Thu, 04 Dec 2008)
New Revision: 9568
Modified:
django/branches/releases/1.0.X/django/views/static.py
Log:
[1.0.X] Correct weird typo that crept into [9567].
Modified: django/branches/releases/1.0.X/django/views/static.py
===================================================================
--- django/branches/releases/1.0.X/django/views/static.py 2008-12-04
19:34:23 UTC (rev 9567)
+++ django/branches/releases/1.0.X/django/views/static.py 2008-12-04
19:34:54 UTC (rev 9568)
@@ -91,8 +91,7 @@
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 = []
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---