home
·
contact
·
privacy
projects
/
plomtask
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6bc1fd
)
From Process view, remove step addition field in illegal position.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Apr 2024 03:59:19 +0000
(
05:59
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 10 Apr 2024 03:59:19 +0000
(
05:59
+0200)
templates/process.html
patch
|
blob
|
history
diff --git
a/templates/process.html
b/templates/process.html
index 55eeb52589fae2c97d1585b64624cb36eefab456..36bad6eac5752b5827a8bdddb224e2259e7f4982 100644
(file)
--- 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 %}