From 95ef866e3e5e1d7d4604da05f44b18e32fe73cfb Mon Sep 17 00:00:00 2001 From: Christian Heller 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 @@ {{step_node.process.title.newest|e}} +{% if step_node.is_explicit %} add step: +{% endif %} {% if indent < 5 %} -- 2.30.2