diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/remind_voter_mail.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/remind_voter_mail.txt b/templates/remind_voter_mail.txt new file mode 100644 index 0000000..ddf5366 --- /dev/null +++ b/templates/remind_voter_mail.txt @@ -0,0 +1,15 @@ +{{ $baseurl := .BaseURL }} +Dear {{ .Name }}, + +You have not voted in the following CAcert Board vote(s)/motion(s): + +{{ range .Decisions -}} +{{ .VoteType }} {{ .Tag }} {{ .Title }} +Due: {{ .Due }} +{{ $baseurl }}/motions/{{ .Tag }} +{{ end }} + +To view all your outstanding motions: {{ $baseurl }}/motions/?unvoted=1 + +Kind regards, +the vote system
\ No newline at end of file |