forked from expo/troggle
[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:
parent
3dca118e4a
commit
2314373756
2
urls.py
2
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")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user