Change a couple filenames and move some files around.

This commit is contained in:
Chris Wilson
2020-08-23 18:24:09 -04:00
parent 6cbf8c2985
commit 4126d48d0d
6 changed files with 302 additions and 5 deletions

View File

@@ -80,9 +80,9 @@ def tutorial(lang='en'):
return render_template(f"tutorial.html", lang=lang)
@app.route('/game-settings')
@app.route('/player-settings')
def game_settings():
return render_template("game-settings.html")
return render_template("player-settings.html")
@app.route('/seed/<suuid:seed>')