diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-04-19 21:35:08 +0200 |
---|---|---|
committer | Jan Dittberner <jan@dittberner.info> | 2017-04-22 00:12:38 +0200 |
commit | 0ce9ad6dcc01375cb3f2d57f7bbdf701e605bea1 (patch) | |
tree | 8de15dd825d80e025764614f6324343771b8231a /templates/withdraw_motion_mail.txt | |
parent | bc194e8943bdec58ef462e393ef2a8a59d928718 (diff) | |
download | cacert-boardvoting-0ce9ad6dcc01375cb3f2d57f7bbdf701e605bea1.tar.gz cacert-boardvoting-0ce9ad6dcc01375cb3f2d57f7bbdf701e605bea1.tar.xz cacert-boardvoting-0ce9ad6dcc01375cb3f2d57f7bbdf701e605bea1.zip |
Implement withdraw motion
Diffstat (limited to 'templates/withdraw_motion_mail.txt')
-rw-r--r-- | templates/withdraw_motion_mail.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/withdraw_motion_mail.txt b/templates/withdraw_motion_mail.txt new file mode 100644 index 0000000..fb3ed87 --- /dev/null +++ b/templates/withdraw_motion_mail.txt @@ -0,0 +1,10 @@ +Dear Board, + +{{ .Name }} has withdrawn the motion {{ .Tag }} that was as follows: + +{{ .Title }} + +{{ wrap 76 .Content }} + +Kind regards, +the voting system
\ No newline at end of file |