From 8136c567da1d3e9315668fcb3517024b7055b8f6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 23 Mar 2024 00:21:08 +0200 Subject: [PATCH] better looking shit --- files/routes/settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/routes/settings.py b/files/routes/settings.py index ce04691e2..acc7c39a2 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -537,9 +537,7 @@ def settings_security_post(v): send_mail(to_address=new_email, subject="Verify your email address.", - html=render_template("email/email_change.html", - action_url=link, - v=v) + html=render_template("email/email_change.html", action_url=link, v=v), ) return render_template("settings/security.html", v=v, msg="We have sent you an email, click the verification link inside it to complete the email change. Check your spam folder if you can't find it!")