diff --git a/WebHostLib/__init__.py b/WebHostLib/__init__.py index 1d27cb7c..592c707d 100644 --- a/WebHostLib/__init__.py +++ b/WebHostLib/__init__.py @@ -81,7 +81,7 @@ def tutorial(lang='en'): @app.route('/player-settings') -def game_settings(): +def player_settings(): return render_template("player-settings.html") diff --git a/WebHostLib/templates/landing.html b/WebHostLib/templates/landing.html index 9c4045d7..68222103 100644 --- a/WebHostLib/templates/landing.html +++ b/WebHostLib/templates/landing.html @@ -28,6 +28,9 @@ + + +