mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 07:47:13 +00:00
regularising _URL and _ROOT idiom
This commit is contained in:
2
urls.py
2
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"),
|
||||
|
||||
Reference in New Issue
Block a user