X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fday.html;h=ac0a64a704cce415cfdc4977597b9de21b2c5dc4;hb=e150bee233a648950061b716dc1780581105ede6;hp=ce16f28179588d367680dd80c2123459f4942251;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/day.html b/templates/day.html index ce16f28..ac0a64a 100644 --- a/templates/day.html +++ b/templates/day.html @@ -41,6 +41,7 @@ td.todo_line { -> + {% for i in range(indent) %}  {% endfor %} + {% if node.seen %}({% endif %}{{node.todo.process.title.newest|e}}{% if node.seen %}){% endif %} @@ -146,7 +147,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 %}