diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:14:08 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:14:08 +0100 |
commit | 2314373756ab68058e906a6459de3156b72c6f26 (patch) | |
tree | bdc90894592b100400e53642aed12fa7bfa6fa17 /urls.py | |
parent | 3dca118e4ab41238daf9d0ab68f76285e5c8234e (diff) | |
download | troggle-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")
)
|