Skip to content

Commit

Permalink
election extra var unnecessary and causes serialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Jan 10, 2021
1 parent 684b249 commit 302cda9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helios/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,8 +1388,7 @@ def voters_email(request, election):
'custom_subject' : email_form.cleaned_data['subject'],
'custom_message' : email_form.cleaned_data['body'],
'election_vote_url' : election_vote_url,
'election_url' : election_url,
'election' : election
'election_url' : election_url
}

voter_constraints_include = None
Expand Down

0 comments on commit 302cda9

Please sign in to comment.