X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_structured?a=blobdiff_plain;f=templates%2Fcalendar.html;h=4d672421329c95208cb1ca5050130c78065bfe9b;hb=5383b5cf1520a1cb66b4966dd4ee449a99f5e465;hp=220e9bb0f8ced2fc07cba917c3256d1b1fa82c2a;hpb=47108bf733ec32c54710e30b50a71084a5c396cd;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 220e9bb..4d67242 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_then|e}} +{{todo.comment|e}} + +{% endfor %} + {% endfor %} {% endblock %}