Переделал письмо

This commit is contained in:
urec56 2024-06-25 18:16:26 +04:00
parent af6988c940
commit 4931dd976b

View file

@ -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",