X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcalendar.html;fp=templates%2Fcalendar.html;h=77242037982762100a20e21bf0d8b453877c7fe3;hb=e150bee233a648950061b716dc1780581105ede6;hp=220e9bb0f8ced2fc07cba917c3256d1b1fa82c2a;hpb=f59afccd32d45e60c48d451e6b8304a817627c62;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 220e9bb..7724203 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -49,6 +49,14 @@ to {{day.comment|e}} +{% for todo in day.calendarized_todos %} + +[{% if todo.is_done %}X{% else %} {% endif %}] +{{todo.title.newest|e}} +{{todo.comment|e}} + +{% endfor %} + {% endfor %} {% endblock %}