mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
slash
This commit is contained in:
parent
126aaa0633
commit
ee5a2c9ef8
1
urls.py
1
urls.py
@ -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"),
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user