diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-04-18 22:48:49 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-04-18 22:48:49 +0300 |
commit | 3813b21dcf5fbec27f5a5d05deca5d302d4e1637 (patch) | |
tree | e0f236649bfae88a666099d6eecdfb4d734b751b /urls.py | |
parent | ccd386ff4e2ed974c61b2f5503bce837fa0c2523 (diff) | |
download | troggle-3813b21dcf5fbec27f5a5d05deca5d302d4e1637.tar.gz troggle-3813b21dcf5fbec27f5a5d05deca5d302d4e1637.tar.bz2 troggle-3813b21dcf5fbec27f5a5d05deca5d302d4e1637.zip |
regularising _URL and _ROOT idiom
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"), |