Update views.py

This commit is contained in:
Arc
2020-04-03 20:00:16 +01:00
committed by GitHub
parent 676bd24d38
commit d6cab311c5

View File

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