Skip to content
Snippets Groups Projects
Commit 8e49ea8c authored by Edmar Martineli's avatar Edmar Martineli
Browse files

Show start and end voting date to voters in invitation email.

parent d25f9dd5
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ Dear {{voter.name}}, ...@@ -4,6 +4,10 @@ Dear {{voter.name}},
Election URL: {{election_vote_url}} Election URL: {{election_vote_url}}
Election Fingerprint: {{voter.election.hash}} Election Fingerprint: {{voter.election.hash}}
{% if election.voting_start_at %}Voting start at {{election.voting_start_at}}
{% endif %}{% if election.voting_end_at %}Voting end at {{election.voting_end_at}}
{% endif %}
{% ifequal voter.voter_type "password" %} {% ifequal voter.voter_type "password" %}
Your voter ID: {{voter.voter_login_id}} Your voter ID: {{voter.voter_login_id}}
Your password: {{voter.voter_password}} Your password: {{voter.voter_password}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment