Переделал письмо
This commit is contained in:
parent
af6988c940
commit
4931dd976b
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ def create_registration_confirmation_template(
|
|||
{confirmation_link}
|
||||
{confirmation_code}
|
||||
<style>
|
||||
h1{color}
|
||||
h1 {color}
|
||||
</style>
|
||||
""",
|
||||
subtype="html",
|
||||
|
@ -41,7 +41,7 @@ def create_data_change_confirmation_email(username: str, email_to: EmailStr, con
|
|||
<h1>{username}, лови аптечку</h1>
|
||||
{confirmation_code}
|
||||
<style>
|
||||
h1{color}
|
||||
h1 {color}
|
||||
</style>
|
||||
""",
|
||||
subtype="html",
|
||||
|
|
Loading…
Add table
Reference in a new issue