X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;h=41a9eb1c876bafb1d2b4f485653b80a5445a947e;hb=f19823e9e77ae0017022dbfe63f66d2b065ba33a;hp=1fa2922c7c7912b67b1d77a42db6d816b9534ccc;hpb=5195f3f36960b76d1b6530ef1822d0806db221d8;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 1fa2922..41a9eb1 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