From 76af5f86ab547bcad3c1c944a369bf8b216ee5da Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
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; }
 <a href="todo?id={{item.todo.id_}}">{{item.todo.title_then|e}}</a>
 {% else %}
 {{item.process.title.newest|e}}
-{% if indent == 0 %}
 · fill: <select name="step_filler">
 <option value="ignore">--</option>
 <option value="make_empty_{{item.process.id_}}">make empty</option>
@@ -32,7 +31,6 @@ select{ font-size: 0.5em; margin: 0; padding: 0; }
 {% endfor %}
 </select>
 {% endif %}
-{% endif %}
 </td>
 </tr>
 {% for child in item.children %}
-- 
2.30.2