From ccf21d53553e89722c20375dc026e2dbdacd0dd7 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sat, 3 May 2025 20:18:31 +0200 Subject: [PATCH] remove stripped table rows --- app/src/web/templates/templ_table.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/web/templates/templ_table.html.j2 b/app/src/web/templates/templ_table.html.j2 index f31226f..9c8f750 100644 --- a/app/src/web/templates/templ_table.html.j2 +++ b/app/src/web/templates/templ_table.html.j2 @@ -16,7 +16,7 @@
{{table.headline}}
- +
{% if table.thead is defined%} {% for row in table.thead %}