diff options
author | Martin Green <martin.speleo@gmail.com> | 2012-08-10 19:02:13 +0200 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2012-08-10 19:02:13 +0200 |
commit | 79b7d326644a931c431c2b51dfb783ff15af31de (patch) | |
tree | 8b91860c98c44d175282cb46fdad056f4cfeda3e /urls.py | |
parent | dd66ad835ae89aa4e3fd7f30f50e97b39145d640 (diff) | |
download | troggle-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.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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), |