From 95ef866e3e5e1d7d4604da05f44b18e32fe73cfb Mon Sep 17 00:00:00 2001 From: Christian Heller <c.heller@plomlompom.de> Date: Wed, 10 Apr 2024 05:59:19 +0200 Subject: [PATCH] From Process view, remove step addition field in illegal position. --- templates/process.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/process.html b/templates/process.html index 55eeb52..36bad6e 100644 --- a/templates/process.html +++ b/templates/process.html @@ -14,7 +14,9 @@ <a href="process?id={{step_node.process.id_}}">{{step_node.process.title.newest|e}}</a> </td> <td> +{% if step_node.is_explicit %} add step: <input name="new_step_to_{{step_id}}" list="candidates" autocomplete="off" /> +{% endif %} </td> </tr> {% if indent < 5 %} -- 2.30.2