X-Git-Url: https://plomlompom.com/repos/template?a=blobdiff_plain;f=todo_templates%2Ftodo.html;h=035c9496ddac666e9785c163e1b301e4f097e730;hb=0c688dfc7b5732676428187a09491c4f5c1028c1;hp=b3926da475ac7469608503d831fbfb61dd32a741;hpb=53b84307929582af2aaeac2247cc57db4a7bedf4;p=misc diff --git a/todo_templates/todo.html b/todo_templates/todo.html index b3926da..035c949 100644 --- a/todo_templates/todo.html +++ b/todo_templates/todo.html @@ -8,15 +8,33 @@ input[type="text"] { width: 100% } textarea { width: 100% }; {% endblock %} {% block content %} -
+

edit todo

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