summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2012-08-10 19:02:13 +0200
committerMartin Green <martin.speleo@gmail.com>2012-08-10 19:02:13 +0200
commit79b7d326644a931c431c2b51dfb783ff15af31de (patch)
tree8b91860c98c44d175282cb46fdad056f4cfeda3e /urls.py
parentdd66ad835ae89aa4e3fd7f30f50e97b39145d640 (diff)
downloadtroggle-79b7d326644a931c431c2b51dfb783ff15af31de.tar.gz
troggle-79b7d326644a931c431c2b51dfb783ff15af31de.tar.bz2
troggle-79b7d326644a931c431c2b51dfb783ff15af31de.zip
Made a prospecting guide and fixed survex station description. Removed parsing of underground descriptions to wikis.
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 4b55143..1ff174d 100644
--- a/urls.py
+++ b/urls.py
@@ -64,7 +64,8 @@ actualurlpatterns = patterns('',
url(r'^cave/(?P<cave_id>[^/]+)/(?P<year>\d\d\d\d)-(?P<qm_id>\d*)(?P<grade>[ABCDX]?)?$', views_caves.qm, name="qm"),
-
+ url(r'^prospectinguide/$', views_caves.prospecting),
+
url(r'^logbooksearch/(.*)/?$', views_logbooks.logbookSearch),