Update routes/emails.py
Browse files- routes/emails.py +1 -2
routes/emails.py
CHANGED
@@ -38,8 +38,7 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
38 |
# Defina aqui os templates HTML para cada tipo de email
|
39 |
if email_type == "welcome":
|
40 |
return f"""
|
41 |
-
|
42 |
-
<html lang="en">
|
43 |
<head>
|
44 |
<meta charset="UTF-8">
|
45 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
38 |
# Defina aqui os templates HTML para cada tipo de email
|
39 |
if email_type == "welcome":
|
40 |
return f"""
|
41 |
+
<html>
|
|
|
42 |
<head>
|
43 |
<meta charset="UTF-8">
|
44 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|