summaryrefslogtreecommitdiffstats
path: root/core/views/signup.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-26 14:37:27 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-26 14:37:27 +0000
commit5a678dcb0e6fbbf65c15a98d4417e206270e3c2f (patch)
tree5064b3da7b757c0a4e0d866e7e43edd4175ebdd7 /core/views/signup.py
parent288ce80e074174654eabd6d92c541cc90dcdc99e (diff)
downloadtroggle-5a678dcb0e6fbbf65c15a98d4417e206270e3c2f.tar.gz
troggle-5a678dcb0e6fbbf65c15a98d4417e206270e3c2f.tar.bz2
troggle-5a678dcb0e6fbbf65c15a98d4417e206270e3c2f.zip
quotes on 3.11
Diffstat (limited to 'core/views/signup.py')
-rw-r--r--core/views/signup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/signup.py b/core/views/signup.py
index 5c06cf3..1c6cccb 100644
--- a/core/views/signup.py
+++ b/core/views/signup.py
@@ -208,7 +208,7 @@ def write_bierbook(signups_clear, editor):
names = ""
for id in signups_clear:
- names += f"{signups_clear[id]["name"]}\n"
+ names += f"{signups_clear[id]['name']}\n"
for i in range(0,3):
names += "\\ldots\\ldots\\ldots\n"