2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 21:47:21 +00:00
This commit is contained in:
2025-01-25 22:29:47 +00:00
parent d78345e335
commit 622dfc34e3

View File

@@ -65,7 +65,10 @@ def signup(request):
# someone like "fluffy-bunny" not associated with a Person
return HttpResponseRedirect("/accounts/login/?next=/signup")
signup_person = people[0]
editor = f"{signup_person.fullname} <{signup_user.email}>"
editor = f"{signup_person.fullname} <{signup_user.email}>"
else:
editor = f"troggle <signup_anon@austria.expo>"
if request.method == "POST": # If the form has been submitted...
pageform = ExpoSignupForm(request.POST) # A form bound to the POST data