mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 07:28:45 +00:00
New year for signups - partial
This commit is contained in:
@@ -31,8 +31,8 @@ SIGNEDUP = "SIGNEDUP"
|
||||
BIERBOOK = "documents/bierbook"
|
||||
BIERFILE = "names.txt"
|
||||
|
||||
SIGNUP_YEAR = "2025"
|
||||
SIGNUP_DATES = "30th June - 3rd August"
|
||||
SIGNUP_YEAR = "2026"
|
||||
SIGNUP_DATES = "Not Confirmed Yet"
|
||||
|
||||
def signupok(request):
|
||||
signup_user = request.user
|
||||
@@ -226,7 +226,10 @@ def write_bierbook(signups_clear, editor):
|
||||
|
||||
names = ""
|
||||
for id in signups_clear:
|
||||
names += f"{signups_clear[id]['name']}\n"
|
||||
if id == "SIGNEDUP":
|
||||
continue
|
||||
signed_up = signups_clear[id]
|
||||
names += f"{signed_up['name']}\n"
|
||||
|
||||
for i in range(0,3):
|
||||
names += "\\ldots\\ldots\\ldots\n"
|
||||
|
||||
Reference in New Issue
Block a user