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

View File

@@ -66,6 +66,9 @@ def signup(request):
return HttpResponseRedirect("/accounts/login/?next=/signup")
signup_person = people[0]
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