tweaks and first real run
This commit is contained in:
@@ -53,7 +53,7 @@ def index():
|
||||
d["extra"] = {}
|
||||
listings.append(d)
|
||||
|
||||
return render_template("src/views/index.html", listings_json=json.dumps(listings, ensure_ascii=False))
|
||||
return render_template("index.html", listings_json=json.dumps(listings, ensure_ascii=False))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user