Skip to content
Snippets Groups Projects
Commit a374b449 authored by Ben Adida's avatar Ben Adida
Browse files

fixes stupid bug

parent 1befe7d8
Branches
Tags
No related merge requests found
......@@ -198,7 +198,7 @@ def election_new(request):
if request.method == "GET":
election_form = forms.ElectionForm(initial={'private_p': settings.HELIOS_PRIVATE_DEFAULT,
'help_email': user.email})
'help_email': user.info.get(email, '')})
else:
election_form = forms.ElectionForm(request.POST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment