2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 23:57:11 +00:00

add url to wallets

This commit is contained in:
2023-08-05 13:14:45 +03:00
parent 68409c70fd
commit 126aaa0633
2 changed files with 5 additions and 2 deletions

View File

@@ -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: