2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 04:37:17 +00:00

re-order names

This commit is contained in:
2024-07-17 14:05:58 +02:00
parent a6ca40becd
commit 00f5ffa1b6
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ def expedition(request, expeditionname):
if issunday := (date.weekday() == 6): # WALRUS
pcell["sunday"] = issunday
prow.append(pcell)
personexpodays.append({"personexpedition": personexpedition, "personrow": prow})
personexpodays.append({"personexpedition": personexpedition, "personrow": prow, "sortname": personexpedition.person.last_name})
ts[expeditionname] = {
"year": int(expeditionname),