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')):