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/form?a=blobdiff_plain;f=templates%2Ftodo.html;h=a711568edf75c6291051cb300325b650ed57cb2e;hb=a1c399aa563b6e457c33823c3a36e005e597d5ef;hp=71f2e1b06d95bf325937dc65d2207c955c4f1805;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 71f2e1b..a711568 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -23,16 +23,31 @@
+ +effort +
+ + comment + +calendarize + + + conditions {{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates") }} + +blockers +{{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates") }} + + enables {{ macros.simple_checkbox_table("enables", todo.enables, "condition", "condition_candidates") }}