From 126aaa0633a21c614120d492de4b3d6566de82a9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 5 Aug 2023 13:14:45 +0300 Subject: add url to wallets --- 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 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: -- cgit v1.2.3