Jan Dittberner
4dd5e09820
- switch from goose to github.com/rubenv/sql-migrate - move assets (static, templates, migrations) to boardvoting package - add generated boardvoting/assets.go - remove unused static files from static directory - add package db with db migration configuration
15 lines
No EOL
342 B
Text
15 lines
No EOL
342 B
Text
{{ $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 |