home · contact · privacy
Add Todos view, filterable and sortable by process, date, comment, etc.
[plomtask] / templates / process.html
index a07645e6a38646f08d5d4b0b23e35fba90a80f49..8944c955688da6cc1021559645a36f0e34603938 100644 (file)
@@ -101,6 +101,13 @@ add: <input name="new_top_step" list="step_candidates" autocomplete="off" />
 </td>
 <tr>
 
+<tr>
+<th>todos</th>
+<td>
+<a href="todos?process_id={{process.id_}}">{{n_todos}}</a><br />
+</td>
+<tr>
+
 </table>
 {{ macros.edit_buttons() }}
 </form>