WebHost: fix indentation (#2240)

This commit is contained in:
Fabian Dill
2023-10-02 20:07:31 +02:00
committed by GitHub
parent 9d38725688
commit c7c94eebeb

View File

@@ -34,7 +34,7 @@
{% endif %} {% endif %}
<tr> <tr>
<td>Rooms:&nbsp;</td> <td>Rooms:&nbsp;</td>
<td> <td>
{% call macros.list_rooms(seed.rooms | selectattr("owner", "eq", session["_id"])) %} {% call macros.list_rooms(seed.rooms | selectattr("owner", "eq", session["_id"])) %}
<li> <li>
<a href="{{ url_for("new_room", seed=seed.id) }}">Create New Room</a> <a href="{{ url_for("new_room", seed=seed.id) }}">Create New Room</a>