summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorMartin <devnull@localhost>2012-08-14 15:06:18 +0200
committerMartin <devnull@localhost>2012-08-14 15:06:18 +0200
commit532b8e064b3ca33cabcbef123c117765811dc3c3 (patch)
tree1d25d3204194811a853254e8eca9dbd9d12ffa9f /urls.py
parent951f88a59a9ed591b6ede995cf652c854bde5373 (diff)
downloadtroggle-532b8e064b3ca33cabcbef123c117765811dc3c3.tar.gz
troggle-532b8e064b3ca33cabcbef123c117765811dc3c3.tar.bz2
troggle-532b8e064b3ca33cabcbef123c117765811dc3c3.zip
fixed spelling
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 35d8dad..d29882b 100644
--- a/urls.py
+++ b/urls.py
@@ -67,7 +67,7 @@ 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'^prospecting_guide/$', views_caves.prospecting),
url(r'^logbooksearch/(.*)/?$', views_logbooks.logbookSearch),