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 }}