summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-27 14:51:04 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-27 14:51:04 +0100
commit13f3057185bc76056a55beedf3a200a8f231e563 (patch)
treef2b590311070ee7e1dfc3bcd3819cd3dc6d335ab /urls.py
parent81d58f1275b3cf3f138f3297052af8fff3877762 (diff)
downloadtroggle-13f3057185bc76056a55beedf3a200a8f231e563.tar.gz
troggle-13f3057185bc76056a55beedf3a200a8f231e563.tar.bz2
troggle-13f3057185bc76056a55beedf3a200a8f231e563.zip
bugfixes
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 227f66d..75b4245 100644
--- a/urls.py
+++ b/urls.py
@@ -113,7 +113,6 @@ trogglepatterns = [
re_path(r'^cave/entrance/([^/]+)/?$', caves.caveEntrance),
re_path(r'^cave/description/([^/]+)/?$', caves.caveDescription),
- re_path(r'^cave/logbook/([^/]+)/?$', caves.caveLogbook),
re_path(r'^(?P<karea>\d\d\d\d)(?P<subpath>.*)$', cavepage, name="cavepage"), # shorthand /1623/264 BUT url links may break
# Note that urls eg '1623/161/l/rl89a.htm' are handled by cavepage which redirects them to 'expopage'