Webhost: fix options page redirects (#2540)

This commit is contained in:
Aaron Wagener
2023-12-01 14:20:24 -06:00
committed by GitHub
parent 5e5018dd64
commit 6e38126add

View File

@@ -53,7 +53,7 @@
{% 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>