Skip to content

Commit 6e38126

Browse files
Webhost: fix options page redirects (ArchipelagoMW#2540)
1 parent 5e5018d commit 6e38126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebHostLib/templates/supportedGames.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 class="collapse-toggle" data-game="{{ game_name }}">
5353
{% endif %}
5454
{% if world.web.options_page is string %}
5555
<span class="link-spacer">|</span>
56-
<a href="{{ world.web.settings_page }}">Options Page</a>
56+
<a href="{{ world.web.options_page }}">Options Page</a>
5757
{% elif world.web.options_page %}
5858
<span class="link-spacer">|</span>
5959
<a href="{{ url_for("player_options", game=game_name) }}">Options Page</a>

0 commit comments

Comments
 (0)