Update views.py
This commit is contained in:
parent
676bd24d38
commit
d6cab311c5
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def index():
|
|||
user_fau = pos_ext_dbb.fetchall("SELECT * FROM tpos WHERE usr = ?", (usr,))
|
||||
|
||||
return render_template(
|
||||
"tpos/index.html", user_wallets=user_wallets, user_ext=user_ext, usr=usr, user_fau=user_fau
|
||||
"tpos/index.html", user_wallets=user_wallets, user_ext=user_ext, usr=usr, user_fau=user_fau, user=g.user
|
||||
)
|
||||
|
||||
@tpos_ext.route("/tpos")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue