From 6f44fcfab7927af1800107f9a2ad3ba05e0651f9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 18 May 2024 08:08:43 +0200 Subject: [PATCH] Fix broken Day template layout. --- templates/day.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/day.html b/templates/day.html index ac0a64a..4c77705 100644 --- a/templates/day.html +++ b/templates/day.html @@ -115,7 +115,7 @@ add todo: c -states +states t add enabler @@ -136,7 +136,7 @@ add todo: {% endfor %} [{% if condition.is_active %}X{% else %} {% endif %}] -{{condition.title.newest|e}} +{{condition.title.newest|e}} {% for _ in conditions_present %} {% if outer_loop.index0 + loop.index0 < conditions_present|length %} @@ -156,7 +156,7 @@ add todo: {% for condition in conditions_present %} {% endfor %} -doables +doables {% for condition in conditions_present %} {% endfor %} -- 2.30.2