X-Git-Url: https://plomlompom.com/repos/condition_descriptions?a=blobdiff_plain;f=todo_templates%2Ftodo.html;h=035c9496ddac666e9785c163e1b301e4f097e730;hb=28bd91c52ce1eab2b26793097e0d9cabc3c33c64;hp=af48a478186816d3857538ff19ff3f5a0c674e83;hpb=fde1097e391b9ec0c261f1e91bd203232b3fbcb3;p=misc diff --git a/todo_templates/todo.html b/todo_templates/todo.html index af48a47..035c949 100644 --- a/todo_templates/todo.html +++ b/todo_templates/todo.html @@ -8,16 +8,32 @@ input[type="text"] { width: 100% } textarea { width: 100% }; {% endblock %} {% block content %} -
+

edit todo

- - - + + - - + + + + @@ -29,7 +45,31 @@ textarea { width: 100% }; add: + + +
task{{ todo.task.title|e }}
default effort{{ todo.default_effort }}
day{{ todo.day.date }}
day effort
efforts + + +{% for date, effort in todo.efforts.items() %} + + + + +{% endfor %} + + + + +
dateeffortdelete
+
+
importance
comment
done
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}}
+
+
+ +
{% endblock %}