2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

[svn] typo dammit

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8278 by aaron @ 3/14/2009 4:20 PM
This commit is contained in:
substantialnoninfringinguser 2009-05-13 06:05:02 +01:00
parent 575fa986ae
commit 78f5aa652f

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}),
)