diff options
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r-- | core/views/statistics.py | 1 |
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} ) |