X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=blobdiff_plain;f=templates%2Ftodo.html;h=fea931ab83ddf57536ab375ce3773a3f656204ce;hb=1701d662f8163d5dc93bf87988e740639108f6ad;hp=c2fb01d710d8d9d0081d70e124f3a38d241ec7e3;hpb=3b15110c22c17d938d182a3d1a37b81b875c397f;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index c2fb01d..fea931a 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -75,11 +75,11 @@ select{ font-size: 0.5em; margin: 0; padding: 0; } conditions -{{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates") }} +{{ macros.simple_checkbox_table("conditions", todo.conditions, "condition", "condition_candidates") }} blockers -{{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates") }} +{{ macros.simple_checkbox_table("blockers", todo.blockers, "condition", "condition_candidates") }} enables