mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update views.py
This commit is contained in:
parent
676bd24d38
commit
d6cab311c5
@ -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…
x
Reference in New Issue
Block a user