home · contact · privacy
From Process view, remove step addition field in illegal position.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 10 Apr 2024 03:59:19 +0000 (05:59 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 10 Apr 2024 03:59:19 +0000 (05:59 +0200)
templates/process.html

index 55eeb52589fae2c97d1585b64624cb36eefab456..36bad6eac5752b5827a8bdddb224e2259e7f4982 100644 (file)
@@ -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 %}