mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 21:47:21 +00:00
bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user