mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 15:13:40 -07:00
WebHost: fix some PEP8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% macro list_rooms(rooms) -%}
|
||||
<ul>
|
||||
{% for room in rooms %}
|
||||
<li><a href="{{ url_for("hostRoom", room=room.id) }}">Room #{{ room.id|suuid }}</a></li>
|
||||
<li><a href="{{ url_for("host_room", room=room.id) }}">Room #{{ room.id|suuid }}</a></li>
|
||||
{% endfor %}
|
||||
{{ caller() }}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user