From 79e33899a857d00923ec2add2e32d004e4876901 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 11 Oct 2021 21:20:31 -0400 Subject: [PATCH] Supported game page game links now point to the game info page. Added a link below for the settings pages. --- WebHostLib/templates/supportedGames.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/WebHostLib/templates/supportedGames.html b/WebHostLib/templates/supportedGames.html index af134a00..f6409916 100644 --- a/WebHostLib/templates/supportedGames.html +++ b/WebHostLib/templates/supportedGames.html @@ -10,8 +10,12 @@

Currently Supported Games

{% for game, description in worlds.items() %} -

{{ game }}

-

{{ description }}

+

{{ game }}

+

+ Settings Page +
+ {{ description }} +

{% endfor %}
{% endblock %}