X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;h=92b065734c97b22fb6ff9e2f499f9460448797b1;hb=8f6b4ec61b126d6edbfda4f20d62398d92390a95;hp=1fa2922c7c7912b67b1d77a42db6d816b9534ccc;hpb=2d0d3a138de69e5e09208936ac094b53b0785c0b;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 1fa2922..92b0657 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

    {% for parent in todo.parents %}