X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fpick_tasks.html;fp=todo_templates%2Fpick_tasks.html;h=28919df2fa48ecbea98cff4caafa1c9d844d130f;hp=3ffbf79f70ee91a7f7eb94d547c3536b784db099;hb=38b9ce0ba2b5af072554999bc5836ffe455f06db;hpb=979de59ced9fe3fd3860d19288b42485d7f02346 diff --git a/todo_templates/pick_tasks.html b/todo_templates/pick_tasks.html index 3ffbf79..28919df 100644 --- a/todo_templates/pick_tasks.html +++ b/todo_templates/pick_tasks.html @@ -8,11 +8,6 @@

pick todos for day

-{% include 'tagfilters.html' %} -
- hide chosen tasks
-search: -

prev | {{day.date}} | next | {{day.comment}} @@ -21,7 +16,17 @@ search: - +
+ + + + + +{% for task in all_tasks %} + +{% endfor %} + + -{% for task in tasks %} +{% for task in filtered_tasks %}
task quick-add:
do @@ -67,7 +72,7 @@ search: {{todo.all_days_effort}}/{{todo.default_effort}} -{{todo.day.date}} {{todo.task.title.then|e}} +{{todo.dated_title|e}} {{todo.comment|e}} @@ -79,7 +84,7 @@ search: tasks
@@ -97,7 +102,13 @@ search: {% endfor %}
- + +
+{% include 'tagfilters.html' %} +
+ hide chosen tasks
+search: +

{% include 'watch_form.html' %}