From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 10 Apr 2024 03:59:19 +0000 (+0200)
Subject: From Process view, remove step addition field in illegal position.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/%7B%7Bprefix%7D%7D/static/blog?a=commitdiff_plain;h=95ef866e3e5e1d7d4604da05f44b18e32fe73cfb;p=plomtask

From Process view, remove step addition field in illegal position.
---

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