From 76af5f86ab547bcad3c1c944a369bf8b216ee5da Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 10 Aug 2024 03:18:20 +0200 Subject: [PATCH] In Todo view, allow filling of steps below sub-steps. --- templates/todo.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/todo.html b/templates/todo.html index 20279bb..61d4675 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -22,7 +22,6 @@ select{ font-size: 0.5em; margin: 0; padding: 0; } {{item.todo.title_then|e}} {% else %} {{item.process.title.newest|e}} -{% if indent == 0 %} · fill: {% endif %} -{% endif %} {% for child in item.children %} -- 2.30.2