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%2Ftodo.html;h=9395adac6d92125f33b1ee0d320ad486f9281325;hb=5afb47e3aaed921997d11abf88a81602700639f3;hp=1fa2922c7c7912b67b1d77a42db6d816b9534ccc;hpb=5195f3f36960b76d1b6530ef1822d0806db221d8;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 1fa2922..9395ada 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} + + {% block content %}

Todo: {{todo.process.title.newest|e}}

@@ -8,6 +10,7 @@ id: {{todo.id_}}
day: {{todo.date}}
process: {{todo.process.title.newest|e}}
done:
+comment:

conditions

@@ -28,12 +31,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 +44,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 +58,7 @@ add fulfills: +add disables:

parents