X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=templates%2Fcalendar.html;h=4d672421329c95208cb1ca5050130c78065bfe9b;hb=8945aa6762977c04538c49c320417311b38232be;hp=f6208bbc79d08bdad6301480293d548d89a09923;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index f6208bb..4d67242 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -21,6 +21,8 @@ td.day_name { {% block content %} +

calendar

+
from to @@ -47,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 %}