X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=templates%2Fprocess.html;h=85424fa6750523487098d280b2568e48ad2f4c29;hb=8e1a5416151dbcf506f2435823362e21d85aed2d;hp=85651d75795d8f7fa946601f445bf61c9c584db2;hpb=8f6b4ec61b126d6edbfda4f20d62398d92390a95;p=plomtask diff --git a/templates/process.html b/templates/process.html index 85651d7..85424fa 100644 --- a/templates/process.html +++ b/templates/process.html @@ -70,7 +70,7 @@ add condition: add enables: -

conditions

+

disables

{% for condition in process.disables %} @@ -86,7 +86,7 @@ add enables:

steps

-{% for step_id, step_node in steps.items() %} +{% for step_node in steps %} {{ step_with_steps(step_id, step_node, 0) }} {% endfor %}