Fixed homepage

This commit is contained in:
2020-11-28 23:20:26 +01:00
parent ed6d23c536
commit ea7ca747ef
2 changed files with 24 additions and 22 deletions

View File

@@ -20,4 +20,4 @@ class IndexView(FlaskView):
def index(self):
items = Item.query.all()
return render_template("index.html", images=items)
return render_template("index.html", items=items)