From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 10 Aug 2024 01:18:20 +0000 (+0200)
Subject: In Todo view, allow filling of steps below sub-steps.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bprefix%7D%7D/calendar?a=commitdiff_plain;h=76af5f86ab547bcad3c1c944a369bf8b216ee5da;p=plomtask

In Todo view, allow filling of steps below sub-steps.
---

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 %}