home · contact · privacy
On POSTing new Todos on Day view, ensure possible adoptions within them.
[plomtask] / templates / day.html
index f13eb5c309750d01a7f366c2a85255ccb44d4bd9..167b70394963e552ec270a05384ccf47e32259af 100644 (file)
@@ -38,7 +38,7 @@ td.todo_line {
 {% endfor %}
 
 <td class="todo_line">-&gt;</td>
-<td class="todo_line"><input type="checkbox" {% if node.todo.is_done %}checked disabled{% endif %} {% if not node.todo.is_doable %}disabled{% endif %}/></td>
+<td class="todo_line"><input name="done" type="checkbox" {% if node.todo.is_done %}checked disabled{% endif %} {% if not node.todo.is_doable %}disabled{% endif %}/></td>
 <td class="todo_line">
 {% for i in range(indent) %}&nbsp; {% endfor %} +
 {% if node.seen %}({% endif %}<a href="todo?id={{node.todo.id_}}">{{node.todo.process.title.newest|e}}</a>{% if node.seen %}){% endif %}