From ee87ae82bf72dbef0d6680b90364f9df2260b06a Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 4 Feb 2026 01:03:48 +0000 Subject: [PATCH] Ver 9.2 Calendar Fixed --- core/templates/core/work_log_list.html | 28 ++++++++++++-------------- 1 file changed, 13 insertions(+), 15 deletions(-) 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 %}