mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add player-settings link to landing page
This commit is contained in:
@@ -81,7 +81,7 @@ def tutorial(lang='en'):
|
|||||||
|
|
||||||
|
|
||||||
@app.route('/player-settings')
|
@app.route('/player-settings')
|
||||||
def game_settings():
|
def player_settings():
|
||||||
return render_template("player-settings.html")
|
return render_template("player-settings.html")
|
||||||
|
|
||||||
|
|
||||||
|
@@ -28,6 +28,9 @@
|
|||||||
<a href="{{ url_for('tutorial') }}">
|
<a href="{{ url_for('tutorial') }}">
|
||||||
<button>Setup Guide</button>
|
<button>Setup Guide</button>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="{{ url_for('player_settings') }}">
|
||||||
|
<button>Player Settings</button>
|
||||||
|
</a>
|
||||||
<a href="{{ url_for("mysterycheck") }}">
|
<a href="{{ url_for("mysterycheck") }}">
|
||||||
<button>Test YAML Config</button>
|
<button>Test YAML Config</button>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user