WebHost: fix indentation (#2240)
This commit is contained in:
parent
9d38725688
commit
c7c94eebeb
|
@ -34,7 +34,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>Rooms: </td>
|
<td>Rooms: </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>
|
||||||
|
|
Loading…
Reference in New Issue