We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5018d commit 6e38126Copy full SHA for 6e38126
WebHostLib/templates/supportedGames.html
@@ -53,7 +53,7 @@ <h2 class="collapse-toggle" data-game="{{ game_name }}">
53
{% endif %}
54
{% if world.web.options_page is string %}
55
<span class="link-spacer">|</span>
56
- <a href="{{ world.web.settings_page }}">Options Page</a>
+ <a href="{{ world.web.options_page }}">Options Page</a>
57
{% elif world.web.options_page %}
58
59
<a href="{{ url_for("player_options", game=game_name) }}">Options Page</a>
0 commit comments