X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=todo_templates%2Ftask.html;h=8aef69670346204a087885ebe2ae3b3def1bd1f9;hb=0cd0b92d9e261dbe75fa45001aeca74592c053f8;hp=c26d33a9d8d30d7b4c8efebe938b1aed86bc2b4d;hpb=2ad9f7785539c0cd9f119d1f22b8057fab348114;p=misc diff --git a/todo_templates/task.html b/todo_templates/task.html index c26d33a..8aef696 100644 --- a/todo_templates/task.html +++ b/todo_templates/task.html @@ -30,15 +30,22 @@ tr.lowlevel td, tr.lowlevel th { padding-top: 0em; }

edit task

- + - - + +{% if task.forks_id %} + + + + + +{% endif %} + -{% if task.dependers %} + + + + + + @@ -156,6 +176,7 @@ add:
add as todo to {{ selected_date }} to
forks{{ task.forked_task.title.now|e }}
title @@ -91,18 +98,31 @@ add: {{ macros.tagselection(submit_name='tag', selected_tags=task.tags.now, all_
fence adoptions
dependers - +{% if task.dependers %} + +{% for depender in task.dependers %} + + + +{% endfor %} +
+ + +{{ draw_task(depender)}}
{% endif %} +add: +
children
+