home · contact · privacy
Add Todo.effort.
[plomtask] / templates / todo.html
index 71f2e1b06d95bf325937dc65d2207c955c4f1805..6817cb9fb5c037ba08d0bc2798ca105dc8fd4781 100644 (file)
 <td><input type="checkbox" name="done" {% if todo.is_done %}checked {% endif %} {% if not todo.is_doable %}disabled {% endif %}/><br /></td>
 </tr>
 
+<tr>
+<th>effort</th>
+<td><input type="number" name="effort" step=0.1 size=5 placeholder={{todo.process.effort.newest }} value={{ todo.effort }} /><br /></td>
+</tr>
+
 <tr>
 <th>comment</th>
 <td><input name="comment" value="{{todo.comment|e}}"/></td>