X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fcalendar.html;h=d7ec545bf3eb075b19cdce76d1fd7f9a7a9cf55d;hb=20ee4c41027582f761a63d947ed4c46e5b02bdab;hp=77242037982762100a20e21bf0d8b453877c7fe3;hpb=e150bee233a648950061b716dc1780581105ede6;p=plomtask diff --git a/templates/calendar.html b/templates/calendar.html index 7724203..d7ec545 100644 --- a/templates/calendar.html +++ b/templates/calendar.html @@ -16,6 +16,9 @@ tr.month_row td { td.day_name { padding-right: 0.5em; } +td.today { + font-weight: bold; +} {% endblock %} @@ -45,14 +48,14 @@ to {{day.weekday|truncate(2,True,'',0)}} -{{day.date}} +{{day.date}} {{day.comment|e}} {% for todo in day.calendarized_todos %} [{% if todo.is_done %}X{% else %} {% endif %}] -{{todo.title.newest|e}} +{{todo.title_then|e}} {{todo.comment|e}} {% endfor %}