X-Git-Url: https://plomlompom.com/repos/day?a=blobdiff_plain;f=templates%2Fday.html;h=89290582486b54042d073d8092477cfe185391a4;hb=a989d0a6b31a21c579f135831c13fca088c1ef6c;hp=ce16f28179588d367680dd80c2123459f4942251;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/day.html b/templates/day.html index ce16f28..8929058 100644 --- a/templates/day.html +++ b/templates/day.html @@ -146,7 +146,7 @@ add todo: {% endfor %} {% set list_name = "todos_for_%s"|format(condition.id_) %} -{{ macros.datalist_of_direct_titles(list_name, enablers_for[condition.id_]) }} +{{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }} {% endfor %}