diff --git a/app/dashboard/views/setting.py b/app/dashboard/views/setting.py index ff0762c1..6629df3d 100644 --- a/app/dashboard/views/setting.py +++ b/app/dashboard/views/setting.py @@ -159,7 +159,7 @@ def setting(): profile_updated = True if profile_updated: - flash(f"Your profile has been updated", "success") + flash("Your profile has been updated", "success") return redirect(url_for("dashboard.setting")) elif request.form.get("form-name") == "change-password":