added escape
This commit is contained in:
parent
f8dc320735
commit
f4a1cb8369
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def create_app(test_config=None):
|
||||||
c = db.cursor()
|
c = db.cursor()
|
||||||
c.execute("SELECT * FROM users")
|
c.execute("SELECT * FROM users")
|
||||||
users = c.fetchall()
|
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")
|
@app.route("/transactionlist")
|
||||||
def transactionlist():
|
def transactionlist():
|
||||||
|
|
Loading…
Reference in a new issue