[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
This commit is contained in:
substantialnoninfringinguser 2009-05-13 06:14:08 +01:00
parent 3dca118e4a
commit 2314373756

View File

@ -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")
)