X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Ftodo.html;h=9debffc0ad96db9d661dde5fcd343e3554d1aba5;hb=951d8ad55c0d54286f9c986257a67dfa9710fcf2;hp=1fa2922c7c7912b67b1d77a42db6d816b9534ccc;hpb=5195f3f36960b76d1b6530ef1822d0806db221d8;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 1fa2922..9debffc 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -28,12 +28,12 @@ add condition: {{condition_candidate.title.newest|e}} {% endfor %} -

fulfills

+

enables

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

undoes

+add enables: +

disables

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

parents