mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-25 07:49:29 +00:00
Reworking to use post-Oddysey API options
This commit is contained in:
8
standings/templates/standings_list.txt
Normal file
8
standings/templates/standings_list.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
{% for type in standings %}
|
||||
{{ type }}
|
||||
|
||||
{% for type, id, entname, standing in standings[type] %}
|
||||
{{ standing }} - {{ entname }}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user