From efd47085261e73c08e8d5fe9eaadbc8f761fe7ac Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:45:26 +0100 Subject: [svn] I initial work at adding caveareas. (Descirprion of parts of caves) Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8226 by julian @ 1/24/2009 6:49 PM --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 1f10ecb..251fb73 100644 --- a/urls.py +++ b/urls.py @@ -14,6 +14,7 @@ urlpatterns = patterns('', (r'^cave/(?P[^/]+)/?(?P[^/])$', ent), #(r'^cave/(?P[^/]+)/edit/$', edit_cave), (r'^cavesearch', caveSearch), + url(r'^cavearea', caveArea, name="caveArea"), url(r'^survex/(.*?)\.index$', index, name="survexindex"), (r'^survex/(?P.*)\.svx$', svx), -- cgit v1.2.3