X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fcalendar.html;h=4d672421329c95208cb1ca5050130c78065bfe9b;hb=5383b5cf1520a1cb66b4966dd4ee449a99f5e465;hp=77242037982762100a20e21bf0d8b453877c7fe3;hpb=e150bee233a648950061b716dc1780581105ede6;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 7724203..4d67242 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -52,7 +52,7 @@ to {% for todo in day.calendarized_todos %} [{% if todo.is_done %}X{% else %} {% endif %}] -{{todo.title.newest|e}} +{{todo.title_then|e}} {{todo.comment|e}} {% endfor %}