links for settings, instructions and about

master
Kostanjevec 2022-06-23 14:39:26 +02:00
parent e31c3e91e6
commit faeb857666
1 changed files with 1 additions and 2 deletions

View File

@ -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)