home · contact · privacy
Improve accounting scripts, start todo.py rewrite.
[misc] / todo_templates / task.html
index 3128d75c6ff1a6cfb7fdca5bfb531d31098fea60..8aef69670346204a087885ebe2ae3b3def1bd1f9 100644 (file)
@@ -30,7 +30,7 @@ tr.lowlevel td, tr.lowlevel th { padding-top: 0em; }
 <h3>edit task</h3>
 
 <form action="task" method="POST">
-<input type="hidden" name="task_id" value="{{ task.id_ }}" />
+<input type="hidden" name="id" value="{{ task.id_ }}" />
 <table>
 
 <tr class="toplevel">
@@ -98,6 +98,11 @@ add: {{ macros.tagselection(submit_name='tag', selected_tags=task.tags.now, all_
 </td>
 </tr>
 
+<tr class="toplevel">
+<th>fence adoptions</th>
+<td><input name="fences_adoptions" type="checkbox" {% if task.fences_adoptions.now %}checked{% endif %}/></td>
+</tr>
+
 <tr class="toplevel">
 <th>dependers</th>
 <td>