From 962e490a02ca2fdadba4da2dd6f7204cb21a27a0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Aug 2026 20:37:04 +0000 Subject: [PATCH] =?UTF-8?q?Harmoniser=20la=20couleur=20des=20jours=20f?= =?UTF-8?q?=C3=A9ri=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_new/templates/planning/calendar.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app_new/templates/planning/calendar.html b/app_new/templates/planning/calendar.html index 035d166..663507b 100644 --- a/app_new/templates/planning/calendar.html +++ b/app_new/templates/planning/calendar.html @@ -2,6 +2,9 @@ {% block title %}Planning — GMAO Collège{% endblock %} {% block content %} +
@@ -62,7 +65,7 @@
Week-end Vacances - Jour férié + Jour férié Permanence Intervention Échéance préventive @@ -100,7 +103,7 @@ {% if day_info.is_permanence %} {% set td_class = 'table-success' %} {% elif day_info.is_holiday %} - {% set td_class = 'table-warning' %} + {% set td_class = 'holiday-day' %} {% elif day_info.is_vacation %} {% set td_class = 'table-dark' %} {% elif day_info.is_leave %} @@ -111,7 +114,7 @@ {% set date_str = day_info.date.strftime('%Y-%m-%d') %} {{ day_info.day }}