mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 19:23:22 -07:00
Webhost: support groups without loading multidata on every /room request
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
{% if room.last_port %}
|
||||
You can connect to this room by using '/connect {{ config['PATCH_TARGET'] }}:{{ room.last_port }}'
|
||||
in the <a href="{{ url_for("tutorial_landing")}}">client</a>.<br>{% endif %}
|
||||
{{ macros.list_patches_room(room, groups) }}
|
||||
{{ macros.list_patches_room(room) }}
|
||||
{% if room.owner == session["_id"] %}
|
||||
<form method=post>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user