summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-04-18 22:48:49 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-04-18 22:48:49 +0300
commit3813b21dcf5fbec27f5a5d05deca5d302d4e1637 (patch)
treee0f236649bfae88a666099d6eecdfb4d734b751b /urls.py
parentccd386ff4e2ed974c61b2f5503bce837fa0c2523 (diff)
downloadtroggle-3813b21dcf5fbec27f5a5d05deca5d302d4e1637.tar.gz
troggle-3813b21dcf5fbec27f5a5d05deca5d302d4e1637.tar.bz2
troggle-3813b21dcf5fbec27f5a5d05deca5d302d4e1637.zip
regularising _URL and _ROOT idiom
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 eac48ba..3a8c0cf 100644
--- a/urls.py
+++ b/urls.py
@@ -163,7 +163,7 @@ trogglepatterns = [
path('survexfile/<path:survex_cave>', survex.survexcavesingle, name="survexcavessingle"),
-# The survey scans in the wallets
+# The survey scans in the wallets. This short-cuts SCANS_URL which is not actually used anywhere!
path('survey_scans/', allwallets, name="allwallets"),
path('survey_scans/<path:path>/', scanupload, name="singlewallet"), # replaced singlewallet()
path('survey_scans/<path:path>/<file>', scansingle, name="scansingle"),