mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-18 01:14:59 +00:00
Remake nav bar to work with more filters
Add new background work on fixing tables
This commit is contained in:
parent
1027361601
commit
459aefb124
15 changed files with 248 additions and 191 deletions
|
@ -31,7 +31,7 @@ def account():
|
|||
if action == "password":
|
||||
flash("Insert password change function", "error")
|
||||
|
||||
token_list = Tokens.query.filter_by(holder=current_user.id).all()
|
||||
token_list = Tokens.query.filter_by(user_id=current_user.id).all()
|
||||
return render_template("account.html", token_list=token_list)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue