links for settings, instructions and about
parent
e31c3e91e6
commit
faeb857666
3
menu.py
3
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)
|
||||
|
|
Loading…
Reference in New Issue