X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Ftask.html;fp=todo_templates%2Ftask.html;h=05a661193eecbc990c90c270439359fdd8aa4a4f;hp=e752b2718a7e47e516366ae7c82fddbf510e9b2d;hb=0c688dfc7b5732676428187a09491c4f5c1028c1;hpb=13a15b95ade73f4455db648b70e1de784c515039 diff --git a/todo_templates/task.html b/todo_templates/task.html index e752b27..05a6611 100644 --- a/todo_templates/task.html +++ b/todo_templates/task.html @@ -8,10 +8,10 @@ input[type="text"] { width: 100% } textarea { width: 100% }; {% endblock %} {% block content %} -
+

edit task

- + @@ -25,26 +25,36 @@ textarea { width: 100% }; add:
history
- +
title
history
    {% for k,v in task.title_history.items() | sort(attribute='0', reverse=True) %}
  • {{ k }}: {{ v|e }}{% endfor %}
selected for {{db.selected_date}}
links
children -{% for other_task_id, other_task in db.tasks.items() | sort(attribute='1.title') %} -{% if task.id_ != other_task_id and other_task.visible and other_task_id in task.links %} - {{ other_task.title|e }}
-{% endif %} + +{% for task in linked_tasks %} + + + + {% endfor %} -{% for other_task_id, other_task in db.tasks.items() | sort(attribute='1.title') %} -{% if task.id_ != other_task_id and other_task.visible and not other_task_id in task.links %} -{{ other_task.title|e }}
-{% endif %} + + + +{% for task in filtered_tasks %} + + + + {% endfor %} +
{{task.title}}
---
{{task.title}}
-
- + + {% include 'tagfilters.html' %} +
+search: +
{% include 'watch_form.html' %} {% endblock %}