summaryrefslogtreecommitdiffstats
path: root/core/views/statistics.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-06-28 20:24:04 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2025-06-28 20:24:04 +0300
commit501692586d1a4191eb4229e35c0f0a2655faf982 (patch)
tree68f846f9158d06be54528eddf98bca57066d92a4 /core/views/statistics.py
parentfc427993e75fe75a2f8389000f4b658a418955c1 (diff)
downloadtroggle-501692586d1a4191eb4229e35c0f0a2655faf982.tar.gz
troggle-501692586d1a4191eb4229e35c0f0a2655faf982.tar.bz2
troggle-501692586d1a4191eb4229e35c0f0a2655faf982.zip
add multi year menu
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r--core/views/statistics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py
index f1b73cc..6c1e538 100644
--- a/core/views/statistics.py
+++ b/core/views/statistics.py
@@ -82,6 +82,7 @@ def svxfilewild(request, year=None):
"wildlength": wildlength,
"foreignlength": foreignlength,
"year":year,
+ "expeditions": Expedition.objects.all(),
"svxwild": svxwild,
"svxforeign": svxforeign}
)