Functional settings menu plus sass stuff apparently?

This commit is contained in:
Michał Gdula 2023-09-27 11:32:39 +01:00
parent 1a59e413a9
commit 317c875cf0
22 changed files with 256 additions and 153 deletions

View file

@ -105,5 +105,5 @@ def logout():
Clear the current session, including the stored user id
"""
logout_user()
flash(["Goodbye!!!", "4"])
flash("Goodbye!!!", "4")
return redirect(url_for("gallery.index"))