X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=templates%2Fprocess.html;h=85651d75795d8f7fa946601f445bf61c9c584db2;hb=8f6b4ec61b126d6edbfda4f20d62398d92390a95;hp=b55ee0756314fcd746b380cfb46eddf8a7fac202;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;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() %}