habulaj commited on
Commit
f1da3ad
·
verified ·
1 Parent(s): 72b0ec2

Update routes/emails.py

Browse files
Files changed (1) hide show
  1. 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
- <!DOCTYPE html>
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">