aboutsummaryrefslogtreecommitdiff
path: root/uploader/authorisation.py
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/authorisation.py')
-rw-r--r--uploader/authorisation.py1
1 files changed, 1 insertions, 0 deletions
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(