summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:14:08 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:14:08 +0100
commit2314373756ab68058e906a6459de3156b72c6f26 (patch)
treebdc90894592b100400e53642aed12fa7bfa6fa17 /urls.py
parent3dca118e4ab41238daf9d0ab68f76285e5c8234e (diff)
downloadtroggle-2314373756ab68058e906a6459de3156b72c6f26.tar.gz
troggle-2314373756ab68058e906a6459de3156b72c6f26.tar.bz2
troggle-2314373756ab68058e906a6459de3156b72c6f26.zip
[svn] I worked on the trip_report view for a while before realizing it would be easier to just customize the LogbookEntry admin view to achieve the same effect. I never meant to commit it, but it snuck in to the urls.py
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8315 by aaron @ 3/30/2009 7:50 AM
Diffstat (limited to 'urls.py')
-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")
)