diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-04-20 20:58:22 +0200 |
---|---|---|
committer | Jan Dittberner <jan@dittberner.info> | 2017-04-22 00:12:38 +0200 |
commit | b6ad5d8ad327066b21bdb690f5a5017f6bed9740 (patch) | |
tree | 6bd3420f4389a684c575aee792271bad64ef0d52 /templates | |
parent | dcdd5f715f4800d02b04841054342ea2e44d950e (diff) | |
download | cacert-boardvoting-b6ad5d8ad327066b21bdb690f5a5017f6bed9740.tar.gz cacert-boardvoting-b6ad5d8ad327066b21bdb690f5a5017f6bed9740.tar.xz cacert-boardvoting-b6ad5d8ad327066b21bdb690f5a5017f6bed9740.zip |
Implement reminder job
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 |