From 780e0f85f1635869bdf2cd99394504798d83a91c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Nov 2022 19:58:32 +0200 Subject: [PATCH] fix 500 error --- files/routes/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/settings.py b/files/routes/settings.py index 03452f24e..44b059e6d 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -427,7 +427,7 @@ def settings_security_post(v): v=v) ) - return render_template("settings_security.html", v=v, msg="Check your email and click the verification link to complete the email change.") + return render_template("settings/security.html", v=v, msg="Check your email and click the verification link to complete the email change.") if request.values.get("2fa_token"): if not v.verifyPass(request.values.get('password')):