summaryrefslogtreecommitdiffstats
path: root/core/views/statistics.py
diff options
context:
space:
mode:
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 a796d04..a820c00 100644
--- a/core/views/statistics.py
+++ b/core/views/statistics.py
@@ -49,6 +49,7 @@ def svxfilewild(request, year=None):
if sb.name != "rootblock":
svxwild.append(sb)
print(f" WILD {sb.survexfile} {sb.date}")
+ sb.year = f"{expedition}"
people = SurvexPersonRole.objects.filter(survexblock=sb)
team = []
for p in people: