mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Webhost: fix options page redirects (#2540)
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if world.web.options_page is string %}
|
{% if world.web.options_page is string %}
|
||||||
<span class="link-spacer">|</span>
|
<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 %}
|
{% elif world.web.options_page %}
|
||||||
<span class="link-spacer">|</span>
|
<span class="link-spacer">|</span>
|
||||||
<a href="{{ url_for("player_options", game=game_name) }}">Options Page</a>
|
<a href="{{ url_for("player_options", game=game_name) }}">Options Page</a>
|
||||||
|
Reference in New Issue
Block a user