X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=blobdiff_plain;f=templates%2Fcalendar.html;h=4d672421329c95208cb1ca5050130c78065bfe9b;hb=5383b5cf1520a1cb66b4966dd4ee449a99f5e465;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 %}