X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=todo_templates%2Fday_todos.html;h=4bdd7b33456ac56b8eba66f645ddc11392350add;hb=HEAD;hp=8cf87fbd8c9d00c44d53eda35a89cb521331003e;hpb=2ad9f7785539c0cd9f119d1f22b8057fab348114;p=misc diff --git a/todo_templates/day_todos.html b/todo_templates/day_todos.html index 8cf87fb..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,14 +78,14 @@ 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 %} {% macro draw_undone_todo_row(todo, title_drawer, indent_or_doneness) %} -{% if todo.already_listed %} +{% if todo.been_observed %} @@ -165,7 +165,7 @@ comment:

    undone

    task quick-add: -don't adopt, make new: +{{ macros.parenthood_selector(parenthood) }}

    {{ macros.datalist_tasks(all_tasks, with_weight=true) }} @@ -219,6 +219,8 @@ don't adopt, make new: {% include 'watch_form.html' %}