EmailClient: fix typo
This commit is contained in:
parent
76e28d51cd
commit
b6465f0ce8
1 changed files with 2 additions and 2 deletions
|
@ -376,8 +376,8 @@ if __name__ == '__main__':
|
|||
MakoTemplate("Just a test email sent at ${sent_date}.")
|
||||
),
|
||||
html=(
|
||||
"<strong>Just a test email.</stong> <small>(sent at {sent_date})</small>" if not options.test_mako else
|
||||
MakoTemplate("<strong>Just a test email.</stong> <small>(sent at ${sent_date})</small>")
|
||||
"<strong>Just a test email.</strong> <small>(sent at {sent_date})</small>" if not options.test_mako else
|
||||
MakoTemplate("<strong>Just a test email.</strong> <small>(sent at ${sent_date})</small>")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue