X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fday_todos.html;fp=todo_templates%2Fday_todos.html;h=4bdd7b33456ac56b8eba66f645ddc11392350add;hp=f2312eefe0a266338dc9d2d6243251795bcb54c6;hb=9637ae6c570e9cf0cce500d85af03c74d6771362;hpb=ecee822bebf62049803b90fc8d8a0b484915a0fc diff --git a/todo_templates/day_todos.html b/todo_templates/day_todos.html index f2312ee..4bdd7b3 100644 --- a/todo_templates/day_todos.html +++ b/todo_templates/day_todos.html @@ -48,14 +48,14 @@ td.unbreakable { white-space: nowrap; } {% else %}      {% endif %} -{{todo.title|e}} +{{todo.title|e}} {% if todo.has_dependers or todo.has_deps %} {% if todo.has_dependers %} dependers: {% endif %} @@ -65,7 +65,7 @@ depends on: {% for dep_todo in todo.deps %}
  • {% if show_deps_doneness == true %}{{ macros.doneness_string(dep_todo) }}{% endif %} -{{ dep_todo.title|e }}{% if dep_todo.has_deps %}:+{% endif %} +{{ dep_todo.title|e }}{% if dep_todo.has_deps %}:+{% endif %} {% endfor %} {% endif %} @@ -78,7 +78,7 @@ depends on: {% macro todo_title_as_tree_node(todo, indent) %} {% for i in range(indent-1) %}   {% endfor %} {% if indent>0 %} +{% endif %} -{% if todo.been_observed %}({% endif %}{{todo.title}}{% if todo.been_observed %}){% endif %} +{% if todo.been_observed %}({% endif %}{{todo.title}}{% if todo.been_observed %}){% endif %} {% endmacro %}