X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fday.html;fp=todo_templates%2Fday.html;h=6231aea24b5b75f2e4a22d8af44d37373b4f9509;hp=4f5f1fcec74db21ce5aab21cf9912e65dfa88c70;hb=8822ee7e3069193162469438bb54ee4629e1ae19;hpb=053b249eb31c5772f5e391058a7580d05966d1a5 diff --git a/todo_templates/day.html b/todo_templates/day.html index 4f5f1fc..6231aea 100644 --- a/todo_templates/day.html +++ b/todo_templates/day.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block css %} table.alternating tr:nth-child(even) { - background-color: #f2f2f2; + background-color: #e2e2e2; } table.alternating tr:nth-child(odd) { background-color: #ffffff; @@ -22,15 +22,26 @@ input[type="number"] { text-align: right; }

-

edit day

+

-prev | {{db.selected_date}} | next | -{{ db.selected_day.todos_sum|round(2) }} ({{ db.selected_day.todos_sum2|round(2)}}) | +| prev | {{db.selected_date}} | next | comment:

+
+done: {{ db.selected_day.todos_sum|round(2) }} ({{ db.selected_day.todos_sum2|round(2)}}) + +{% for todo in done_tasks %} + + + + + +{% endfor %} +
{{todo.task.current_title|e}}{{todo.effort}}{{todo.comment}}
+
task