forked from bton/matekasse
added escape
This commit is contained in:
parent
f4a1cb8369
commit
5e9e584f04
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def create_app(test_config=None):
|
|||
c = db.cursor()
|
||||
c.execute("SELECT * FROM users")
|
||||
users = c.fetchall()
|
||||
return render_template("list.html", user_name=users, preis=(preis/100)
|
||||
return render_template("list.html", user_name=users, preis=(preis/100))
|
||||
|
||||
@app.route("/transactionlist")
|
||||
def transactionlist():
|
||||
|
|
Loading…
Reference in a new issue