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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>