X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=todo_templates%2Ftodo.html;h=09aaf452bb260db264624f58b8460113b43695ad;hb=13a15b95ade73f4455db648b70e1de784c515039;hp=b3926da475ac7469608503d831fbfb61dd32a741;hpb=53b84307929582af2aaeac2247cc57db4a7bedf4;p=misc diff --git a/todo_templates/todo.html b/todo_templates/todo.html index b3926da..09aaf45 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

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