home · contact · privacy
Display historical VersionedAttributes where it makes sense.
[plomtask] / templates / todos.html
index 54ac6f568fa25b05d2f833ecc42be49f5a207423..6cbf0bc5872917852bc95095a0383075ae3dc548 100644 (file)
@@ -26,7 +26,7 @@ in comment  <input name="comment_pattern" value="{{comment_pattern}}" />
 <tr>
 <td>[{% if todo.is_done %}x{% else %} {% endif %}]</td>
 <td><a href="{{todo.date}}">{{todo.date}}</a></td>
-<td><a href="process?id={{todo.process.id_}}">{{todo.process.title.newest}}</a></td>
+<td><a href="process?id={{todo.process.id_}}">{{todo.title_then}}</a></td>
 <td><a href="{{todo.comment}}">{{todo.comment}}</a></td>
 </tr>
 {% endfor %}