diff options
Diffstat (limited to 'actions.go')
-rw-r--r-- | actions.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ func WithdrawMotion(decision *Decision, voter *Voter) (err error) { // load template, fill name, tag, title, content type mailContext struct { *Decision - Name string - Sender string + Name string + Sender string Recipient string } context := mailContext{decision, voter.Name, config.NoticeSenderAddress, config.BoardMailAddress} |