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

fixed wording of template example

parent fb37a85d
Branches
Tags 1.6.2
No related merge requests found
...@@ -1248,7 +1248,7 @@ def voters_email(request, election): ...@@ -1248,7 +1248,7 @@ def voters_email(request, election):
'election_url' : election_url, 'election_url' : election_url,
'election_vote_url' : election_vote_url, 'election_vote_url' : election_vote_url,
'custom_subject' : default_subject, 'custom_subject' : default_subject,
'custom_message': '<YOUR MESSAGE HERE>', 'custom_message': '<BODY>',
'voter': {'vote_hash' : '<SMART_TRACKER>', 'voter': {'vote_hash' : '<SMART_TRACKER>',
'name': '<VOTER_NAME>', 'name': '<VOTER_NAME>',
'voter_login_id': '<VOTER_LOGIN_ID>', 'voter_login_id': '<VOTER_LOGIN_ID>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment