X-Git-Url: https://plomlompom.com/repos/new_day?a=blobdiff_plain;f=todo_templates%2Ftodo.html;h=09aaf452bb260db264624f58b8460113b43695ad;hb=13a15b95ade73f4455db648b70e1de784c515039;hp=4bf83e3cc783d7c70e738972206f65b77372704d;hpb=942c977e0052d09300625e7a5c1b5fc2eede9098;p=misc diff --git a/todo_templates/todo.html b/todo_templates/todo.html index 4bf83e3..09aaf45 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

- - + + - - + + + + @@ -30,5 +47,8 @@ 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
+
+ +
{% endblock %}