X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;h=f62b0d1e1d3bba3e982533e3466a1eb5a16acb4e;hb=3bc56075efe4e4409824c7bd99a55593905e960e;hp=870eab35dd91449e367d15f4ca3c4bc1d95ae806;hpb=2f4c681e1c4d78eacc1daa5f297f06038b45912e;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 870eab3..f62b0d1 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -6,58 +6,50 @@ {% block content %}

Todo: {{todo.title_then|e}}

- +
- - - + - - + - - + - - - - - - - +make: -
day {{todo.date}}
process {{todo.process.title.newest|e}}
done
+{% if not todo.is_doable and todo.is_done %}{% endif %} +
effort
comment
calendarize
conditions {{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates") }}
blockers {{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates") }}
enables {{ macros.simple_checkbox_table("enables", todo.enables, "condition", "condition_candidates") }}
disables {{ macros.simple_checkbox_table("disables", todo.disables, "condition", "condition_candidates") }}
parents @@ -66,17 +58,15 @@ {% endfor %}
children {{ macros.simple_checkbox_table("adopt", todo.children, "todo", "todo_candidates", "adopt", true) }}
-make:
+ {{ macros.edit_buttons() }}
- {{ macros.datalist_of_titles("condition_candidates", condition_candidates) }} {{ macros.datalist_of_titles("process_candidates", process_candidates) }}