summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-07-28 01:48:22 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-07-28 01:48:22 +0300
commitfea69c03717d700192d7a5a5afc4c27a654a923f (patch)
tree5117664c19999fd1bf3dab22f8d631c0aa7dbbd9 /urls.py
parentdd0fcc28ddc4768fb8fa3edcec32ee205d77101b (diff)
downloadtroggle-fea69c03717d700192d7a5a5afc4c27a654a923f.tar.gz
troggle-fea69c03717d700192d7a5a5afc4c27a654a923f.tar.bz2
troggle-fea69c03717d700192d7a5a5afc4c27a654a923f.zip
Extend wallets by cave report
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 7dba6f6..d43ac7e 100644
--- a/urls.py
+++ b/urls.py
@@ -8,7 +8,7 @@ from django.contrib import auth
from django.urls import path, reverse, resolve
from troggle.core.views import statistics, survex
-from troggle.core.views.scans import scansingle, allscans, cavewallets, walletslistyear, walletslistcave
+from troggle.core.views.scans import scansingle, allscans, cavewallets, walletslistyear
from troggle.core.views.drawings import dwgallfiles, dwgfilesingle
from troggle.core.views.uploads import dwgupload, scanupload, photoupload
from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage
@@ -171,7 +171,6 @@ trogglepatterns = [
path('cave/scans/<slug:caveid>', cavewallets, name="cavewallets"), # like allscans, but for just one cave
# The data about the wallets themselves, not the scans inside tehm
- path('wallets/cave/<slug:caveid>', walletslistcave, name="walletslistcave"), # wallets that are for a specific cave, an identifier
path('wallets/year/<int:year>', walletslistyear, name="walletslistyear"), # wallets that are for a specific year, as an integer '1985'