From faeb8576669bd69d5895abcc55abe10ef214b90c Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Thu, 23 Jun 2022 14:39:26 +0200 Subject: [PATCH] links for settings, instructions and about --- menu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/menu.py b/menu.py index 9e322af..6890448 100644 --- a/menu.py +++ b/menu.py @@ -66,8 +66,7 @@ def index(): elif action == "upload": return redirect(url_for("upload.index")) elif action == "settings": - - settings = get_settings(user_id) + #settings = get_settings(user_id) return render_template("settings.html", username=username, user_id=user_id) elif action == "instructions": return render_template("instructions.html", username=username, user_id=user_id)