mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 15:11:36 +01:00
wip: add todo
This commit is contained in:
@@ -217,6 +217,7 @@ def list():
|
|||||||
@app.route("/")
|
@app.route("/")
|
||||||
def mapnames():
|
def mapnames():
|
||||||
# TODO list by user
|
# TODO list by user
|
||||||
|
# TODO download replay
|
||||||
maps = db.session.query(Map).order_by(asc(Map.mapname)).all()
|
maps = db.session.query(Map).order_by(asc(Map.mapname)).all()
|
||||||
return flask.render_template("index.html", maps=maps)
|
return flask.render_template("index.html", maps=maps)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user