[svn r8228] cave maps to all logbook entry trips done there

This commit is contained in:
julian
2009-01-25 00:59:45 +01:00
parent 8068d02734
commit 1f70991566
14 changed files with 226 additions and 160 deletions

View File

@@ -9,8 +9,10 @@ urlpatterns = patterns('',
(r'^$', frontPage),
url(r'^caveindex$', caveindex, name="caveindex"),
url(r'^cave/(?P<cave_id>[^/]+)/?$', cave),
url(r'^cavehref/(.+)$', cave, name="cave"),
(r'^cave/(?P<cave_id>[^/]+)/?$', cave),
(r'^cave/(?P<cave_id>[^/]+)/?(?P<ent_letter>[^/])$', ent),
#(r'^cave/(?P<cave_id>[^/]+)/edit/$', edit_cave),
(r'^cavesearch', caveSearch),