X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=85651d75795d8f7fa946601f445bf61c9c584db2;hb=8f6b4ec61b126d6edbfda4f20d62398d92390a95;hp=b55ee0756314fcd746b380cfb46eddf8a7fac202;hpb=2d0d3a138de69e5e09208936ac094b53b0785c0b;p=plomtask diff --git a/templates/process.html b/templates/process.html index b55ee07..85651d7 100644 --- a/templates/process.html +++ b/templates/process.html @@ -56,12 +56,12 @@ add condition: {{condition_candidate.title.newest|e}} {% endfor %} -

fulfills

+

enables

-{% for condition in process.fulfills %} +{% for condition in process.enables %}
- + {{condition.title.newest|e}} @@ -69,13 +69,13 @@ add condition: {% endfor %}
-add fulfills: +add enables:

conditions

-{% for condition in process.undoes %} +{% for condition in process.disables %}
- + {{condition.title.newest|e}} @@ -83,7 +83,7 @@ add fulfills: +add disables:

steps

{% for step_id, step_node in steps.items() %}