X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=templates%2Fcalendar.html;h=77242037982762100a20e21bf0d8b453877c7fe3;hb=e150bee233a648950061b716dc1780581105ede6;hp=f6208bbc79d08bdad6301480293d548d89a09923;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index f6208bb..7724203 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.newest|e}} +{{todo.comment|e}} + +{% endfor %} + {% endfor %} {% endblock %}