mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
WebHost: sort games by alphabet
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
{% include 'header/grassHeader.html' %}
|
{% include 'header/grassHeader.html' %}
|
||||||
<div id="games">
|
<div id="games">
|
||||||
<h1>Currently Supported Games</h1>
|
<h1>Currently Supported Games</h1>
|
||||||
{% for game, description in worlds.items() %}
|
{% for game, description in worlds.items() | sort %}
|
||||||
<h3><a href="{{ url_for("game_info", game=game, lang="en") }}">{{ game }}</a></h3>
|
<h3><a href="{{ url_for("game_info", game=game, lang="en") }}">{{ game }}</a></h3>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for("player_settings", game=game) }}">Settings Page</a>
|
<a href="{{ url_for("player_settings", game=game) }}">Settings Page</a>
|
||||||
|
Reference in New Issue
Block a user