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

fixed another template

parent 9fe3232d
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ Dear {{voter.name}},
{{custom_message|safe}}
Election Link: {{election_url}}
Election Link: {{election_vote_url}}
--
Helios
......@@ -1272,6 +1272,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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment