diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 13:26:55 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 13:26:55 +0300 |
commit | ee5a2c9ef84f5d8fa45652763f532d4db371364c (patch) | |
tree | e9cc6496e1f3fab0ca5d7f007171c1725002711a /urls.py | |
parent | 126aaa0633a21c614120d492de4b3d6566de82a9 (diff) | |
download | troggle-ee5a2c9ef84f5d8fa45652763f532d4db371364c.tar.gz troggle-ee5a2c9ef84f5d8fa45652763f532d4db371364c.tar.bz2 troggle-ee5a2c9ef84f5d8fa45652763f532d4db371364c.zip |
slash
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ trogglepatterns = [ path('survexfile/<path:survex_cave>', survex.survexcavesingle, name="survexcavessingle"), path('survexfilewild', statistics.svxfilewild, name="svxfilewild"), + path('survexfilewild/', statistics.svxfilewild, name="svxfilewild"), path('survexfilewild/<int:year>', statistics.svxfilewild, name="svxfilewild"), |