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

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