X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=todo_templates%2Ftodo.html;h=035c9496ddac666e9785c163e1b301e4f097e730;hb=28bd91c52ce1eab2b26793097e0d9cabc3c33c64;hp=4bf83e3cc783d7c70e738972206f65b77372704d;hpb=942c977e0052d09300625e7a5c1b5fc2eede9098;p=misc diff --git a/todo_templates/todo.html b/todo_templates/todo.html index 4bf83e3..035c949 100644 --- a/todo_templates/todo.html +++ b/todo_templates/todo.html @@ -8,15 +8,32 @@ input[type="text"] { width: 100% } textarea { width: 100% }; {% endblock %} {% block content %} -
+

edit todo

- - + + - - + + + + @@ -28,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 %}