summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 2e13eb8..312df49 100644
--- a/urls.py
+++ b/urls.py
@@ -192,6 +192,9 @@ trogglepatterns = [
path('survexfile/<path:survex_file>.err', survex.err, name="err"),
path('survexfile/<path:survex_cave>', survex.survexcavesingle, name="survexcavessingle"),
+ path('survexfilewild', statistics.svxfilewild, name="svxfilewild"),
+ path('survexfilewild/<int:year>', statistics.svxfilewild, name="svxfilewild"),
+
# The survey scans in the wallets. This short-cuts SCANS_URL which is not used anymore and is defunct
path('survey_scans/', allscans, name="allscans"), # all the scans in all wallets