From b7304bbd9d09f9692a9c4a3f1bd0be3e59cbb4b7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 5 Apr 2025 09:21:56 -0500 Subject: Add base "alert" class for alerts for bootstrap 5. --- uploader/authorisation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'uploader/authorisation.py') diff --git a/uploader/authorisation.py b/uploader/authorisation.py index a283980..313bc38 100644 --- a/uploader/authorisation.py +++ b/uploader/authorisation.py @@ -19,6 +19,7 @@ def require_login(function): def __clear_session__(_no_token): session.clear_session_info() flash("You need to be signed in.", "alert-danger big-alert") + flash("You need to be signed in.", "alert alert-danger big-alert") return redirect("/") return session.user_token().either( -- cgit v1.2.3