Skip to content

Commit

Permalink
Webhost: fix options page redirects (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble authored Dec 1, 2023
1 parent 5e5018d commit 6e38126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/templates/supportedGames.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2 class="collapse-toggle" data-game="{{ game_name }}">
{% endif %}
{% if world.web.options_page is string %}
<span class="link-spacer">|</span>
<a href="{{ world.web.settings_page }}">Options Page</a>
<a href="{{ world.web.options_page }}">Options Page</a>
{% elif world.web.options_page %}
<span class="link-spacer">|</span>
<a href="{{ url_for("player_options", game=game_name) }}">Options Page</a>
Expand Down

0 comments on commit 6e38126

Please sign in to comment.