mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-19 15:47:03 +00:00
bug
This commit is contained in:
@@ -66,6 +66,9 @@ def signup(request):
|
|||||||
return HttpResponseRedirect("/accounts/login/?next=/signup")
|
return HttpResponseRedirect("/accounts/login/?next=/signup")
|
||||||
signup_person = people[0]
|
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...
|
if request.method == "POST": # If the form has been submitted...
|
||||||
pageform = ExpoSignupForm(request.POST) # A form bound to the POST data
|
pageform = ExpoSignupForm(request.POST) # A form bound to the POST data
|
||||||
|
|||||||
Reference in New Issue
Block a user