diff options
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |