wip: programme

This commit is contained in:
mco-system
2023-04-09 21:19:55 +11:00
parent 3726814e11
commit 12f1097214
16 changed files with 142 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ def food():
@app.route('/goodies', methods=['GET'])
def goodies():
return render_template("index.html",
return render_template("goodies.html",
navbar=navbar.get_from_page(page="/goodies"))
@app.route('/concerts', methods=['GET'])