diff options
| author | Frederick Muriuki Muriithi | 2025-01-28 13:23:34 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-01-28 13:23:34 -0600 |
| commit | a46b073ba2a7cb5f553107f2c8739175ba2f5f90 (patch) | |
| tree | c4314a663e7e8b90ff3d87a323acd05cf777841e /uploader/authorisation.py | |
| parent | b7d42630366bccb754a9e179a3052fd0012ff284 (diff) | |
| download | gn-uploader-a46b073ba2a7cb5f553107f2c8739175ba2f5f90.tar.gz | |
Make alert larger.
Diffstat (limited to 'uploader/authorisation.py')
| -rw-r--r-- | uploader/authorisation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/authorisation.py b/uploader/authorisation.py index ee8fe97..bd3454c 100644 --- a/uploader/authorisation.py +++ b/uploader/authorisation.py @@ -18,7 +18,7 @@ def require_login(function): """Check that the user is logged in and their token is valid.""" def __clear_session__(_no_token): session.clear_session_info() - flash("You need to be logged in.", "alert-danger") + flash("You need to be logged in.", "alert-danger big-alert") return redirect("/") return session.user_token().either( |
