summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index f296a58..e0d2dd9 100644
--- a/urls.py
+++ b/urls.py
@@ -82,5 +82,5 @@ urlpatterns = patterns('',
(r'^photos/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': settings.PHOTOS_ROOT, 'show_indexes':True}),
- url(r'^trip_report/?$',views_other.tripreport,name="trip_report")
+ #url(r'^trip_report/?$',views_other.tripreport,name="trip_report")
)