13 lines
212 B
Python
13 lines
212 B
Python
|
MAIL_VOTERS = (
|
||
|
"Dear {full_name},\n"
|
||
|
"\n"
|
||
|
"\n"
|
||
|
"Election URL: {election_url}\n"
|
||
|
"\n"
|
||
|
"Your voter ID: {username}\n"
|
||
|
"Your password: {password}\n"
|
||
|
"\n"
|
||
|
"-- \n"
|
||
|
"Kadenios"
|
||
|
)
|