Add player-settings link to landing page

This commit is contained in:
Chris Wilson 2020-08-27 21:39:45 -04:00
parent b5ee2edca5
commit 6a7633e51e
2 changed files with 4 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def tutorial(lang='en'):
@app.route('/player-settings')
def game_settings():
def player_settings():
return render_template("player-settings.html")

View File

@ -28,6 +28,9 @@
<a href="{{ url_for('tutorial') }}">
<button>Setup Guide</button>
</a>
<a href="{{ url_for('player_settings') }}">
<button>Player Settings</button>
</a>
<a href="{{ url_for("mysterycheck") }}">
<button>Test YAML Config</button>
</a>