From 501692586d1a4191eb4229e35c0f0a2655faf982 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 28 Jun 2025 20:24:04 +0300 Subject: add multi year menu --- core/views/statistics.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/views/statistics.py') 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} ) -- cgit v1.2.3