X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fday.html;h=89290582486b54042d073d8092477cfe185391a4;hb=ce9b74158c87750ccf1c8f363a59c0465e4b1277;hp=da5e17ae91d239e4d95a3893c5f34d31837b3ebd;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/day.html b/templates/day.html index da5e17a..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 %} @@ -177,5 +177,5 @@ add todo: -{{ macros.datalist_of_direct_titles("processes", processes) }} +{{ macros.datalist_of_titles("processes", processes) }} {% endblock %}