2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 06:57:09 +00:00

more explanation about wallet survey lengths

This commit is contained in:
2025-10-20 17:25:30 +03:00
parent 79ef45a99f
commit 5e4ab5006f
4 changed files with 17 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ def notablepersons(request):
def notabilitykey(person):
return person.notability()
print(request)
persons = Person.objects.order_by('fullname')
# From what I can tell, "persons" seems to be the table rows, while "pcols" is the table columns. - AC 16 Feb 09
pcols = []