mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-19 00:57:05 +00:00
SPecial links for Lara
This commit is contained in:
@@ -262,7 +262,7 @@ def ensure_users_are_persons():
|
||||
# print(f" {p.user} {u=}")
|
||||
|
||||
def who_is_this(year, possibleid):
|
||||
expo = Expedition.objects.filter(year=year)
|
||||
expo = Expedition.objects.filter(year=year)[0]
|
||||
personexpedition = GetPersonExpeditionNameLookup(expo)[possibleid.lower()]
|
||||
if personexpedition:
|
||||
return personexpedition.person
|
||||
|
||||
Reference in New Issue
Block a user