X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fcalendar.html;fp=todo_templates%2Fcalendar.html;h=82a9ca2e487e16517ef127f7a41859aedede051f;hp=18399d78488e3a2dc00ca491adb6fdc984313e81;hb=76210b693b77e67bf8160a7fb869ae416309d333;hpb=28bd91c52ce1eab2b26793097e0d9cabc3c33c64 diff --git a/todo_templates/calendar.html b/todo_templates/calendar.html index 18399d7..82a9ca2 100644 --- a/todo_templates/calendar.html +++ b/todo_templates/calendar.html @@ -6,7 +6,7 @@ tr.day_row td { background-color: #cccccc } td.checkbox { width: 0.1em; height: 0.1em; padding: 0em; text-align: center; } {% endblock %} {% block content %} -
+

from: to: @@ -15,7 +15,7 @@ to: {% for date, day in days.items() | sort() %} {% if day.weekday == 'Mo' %}{% endif %} -{{ day.weekday }} {{ date }} |{{ '%04.1f' % day.todos_sum|round(2) }}| {{ day.comment|e }} +{{ day.weekday }} {{ date }} |{{ "%5.1f" |format(day.todos_sum)}}| {{ day.comment|e }} {% for todo in day.linked_todos_as_list %} {% if todo.visible %}