From 3813b21dcf5fbec27f5a5d05deca5d302d4e1637 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 18 Apr 2022 22:48:49 +0300 Subject: regularising _URL and _ROOT idiom --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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/', 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//', scanupload, name="singlewallet"), # replaced singlewallet() path('survey_scans//', scansingle, name="scansingle"), -- cgit v1.2.3