浏览代码

remove html marker for test email

Son NK 5 年之前
父节点
当前提交
0ed2ef60c5
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      app/dashboard/views/index.py

+ 5 - 4
app/dashboard/views/index.py

@@ -31,10 +31,11 @@ def index():
                 gen_email.email,
                 "A Test Email",
                 f"""
-Hi {current_user.name}! <br><br>
-This is a test to make sure that you receive emails sent from SimpleLogin. <br><br>
-If you have any questions, feel free to reply to this email :). <br><br>
-Have a nice day! <br><br>
+Hi {current_user.name}!
+
+This is a test to make sure that you receive emails sent from SimpleLogin.
+If you have any questions, feel free to reply to this email :).
+Have a nice day!
 SimpleLogin team.
             """,
             )