diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 13:14:45 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-05 13:14:45 +0300 |
commit | 126aaa0633a21c614120d492de4b3d6566de82a9 (patch) | |
tree | 6dad3b9ddb1f1f2cdc6935c2d36068e0b5b3aa4d /core | |
parent | 68409c70fdd9a8b1ace690cdf72a20ba477b8b3e (diff) | |
download | troggle-126aaa0633a21c614120d492de4b3d6566de82a9.tar.gz troggle-126aaa0633a21c614120d492de4b3d6566de82a9.tar.bz2 troggle-126aaa0633a21c614120d492de4b3d6566de82a9.zip |
add url to wallets
Diffstat (limited to 'core')
-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 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: |