home · contact · privacy
Display historical VersionedAttributes where it makes sense.
[plomtask] / templates / calendar.html
index 77242037982762100a20e21bf0d8b453877c7fe3..4d672421329c95208cb1ca5050130c78065bfe9b 100644 (file)
@@ -52,7 +52,7 @@ to <input name="end" value="{{end}}" />
 {% for todo in day.calendarized_todos %}
 <tr>
 <td>[{% if todo.is_done %}X{% else %} {% endif %}]</td>
-<td><a href="todo?id={{todo.id_}}">{{todo.title.newest|e}}</td>
+<td><a href="todo?id={{todo.id_}}">{{todo.title_then|e}}</td>
 <td>{{todo.comment|e}}</td>
 </tr>
 {% endfor %}