Skip to content

Commit

Permalink
WebHost: fix indentation (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored Oct 2, 2023
1 parent 9d38725 commit c7c94ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/templates/viewSeed.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1>Seed Info</h1>
{% endif %}
<tr>
<td>Rooms:&nbsp;</td>
<td>
<td>
{% call macros.list_rooms(seed.rooms | selectattr("owner", "eq", session["_id"])) %}
<li>
<a href="{{ url_for("new_room", seed=seed.id) }}">Create New Room</a>
Expand Down

0 comments on commit c7c94ee

Please sign in to comment.