mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-15 02:17:07 +00:00
[svn r8228] cave maps to all logbook entry trips done there
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user