Webhost: fix options page redirects (#2540)
This commit is contained in:
parent
5e5018dd64
commit
6e38126add
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue