From c7c94eebebb3d8c71723701378e9b59977bb29c1 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 2 Oct 2023 20:07:31 +0200 Subject: [PATCH] WebHost: fix indentation (#2240) --- WebHostLib/templates/viewSeed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/templates/viewSeed.html b/WebHostLib/templates/viewSeed.html index e252fb06..a8478c95 100644 --- a/WebHostLib/templates/viewSeed.html +++ b/WebHostLib/templates/viewSeed.html @@ -34,7 +34,7 @@ {% endif %} Rooms:  - + {% call macros.list_rooms(seed.rooms | selectattr("owner", "eq", session["_id"])) %}
  • Create New Room