X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.css?a=blobdiff_plain;f=templates%2Fcalendar.html;h=77242037982762100a20e21bf0d8b453877c7fe3;hb=ad957773a676d94f523199e7fc46fa416224a09f;hp=220e9bb0f8ced2fc07cba917c3256d1b1fa82c2a;hpb=47108bf733ec32c54710e30b50a71084a5c396cd;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 %}