From 6a7633e51e414a415665a740f126b8969da28563 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 27 Aug 2020 21:39:45 -0400 Subject: [PATCH] Add player-settings link to landing page --- WebHostLib/__init__.py | 2 +- WebHostLib/templates/landing.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@ + + +