diff --git a/core/templates/core/work_log_list.html b/core/templates/core/work_log_list.html index 955e2af..50974f9 100644 --- a/core/templates/core/work_log_list.html +++ b/core/templates/core/work_log_list.html @@ -95,19 +95,20 @@
{% if view_mode == 'calendar' %} -
-

{{ month_name }} {{ curr_year }}

- -
-
+
+
+

{{ month_name }} {{ curr_year }}

+ +
+
@@ -153,9 +154,6 @@ {{ log.workers.count }} workers {% endif %} - {% if log.notes %} - - {% endif %} {% endfor %}