[svn r8278] typo dammit

This commit is contained in:
aaron 2009-03-14 17:20:51 +01:00
parent 288df22e31
commit cb70d8a0cb

View File

@ -77,5 +77,5 @@ urlpatterns = patterns('',
{'document_root': settings.SURVEYS, 'show_indexes':True}),
(r'^photos/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.PHOTO_ROOT, 'show_indexes':True}),
{'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),
)