X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Ftodo.html;fp=todo_templates%2Ftodo.html;h=035c9496ddac666e9785c163e1b301e4f097e730;hp=09aaf452bb260db264624f58b8460113b43695ad;hb=0c688dfc7b5732676428187a09491c4f5c1028c1;hpb=13a15b95ade73f4455db648b70e1de784c515039 diff --git a/todo_templates/todo.html b/todo_templates/todo.html index 09aaf45..035c949 100644 --- a/todo_templates/todo.html +++ b/todo_templates/todo.html @@ -45,6 +45,27 @@ textarea { width: 100% }; add: +parent{% if todo.parent %}{{todo.parent.title}}{% else %}–{% endif %} +children + + +{% for todo in linked_todos %} + + + + +{% endfor %} + + + +{% for todo in filtered_todos %} + + + + +{% endfor %} +
{{todo.title}}
---
{{todo.title}}
+