From 19bce136f414c934bcbbce2e03046a50256fa1b0 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Fri, 8 Nov 2019 16:59:57 +0100 Subject: [PATCH] Fix bug #300 --- biscuit/apps/chronos/templates/timetable/plan.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biscuit/apps/chronos/templates/timetable/plan.html b/biscuit/apps/chronos/templates/timetable/plan.html index 481bdddf..a6ccfb65 100755 --- a/biscuit/apps/chronos/templates/timetable/plan.html +++ b/biscuit/apps/chronos/templates/timetable/plan.html @@ -200,6 +200,10 @@ <span class="card-title"> {{ day.0.0 }} </span> + {% if day.1 %} + <span class="badge new blue center-align holiday-badge">{{ day.1.0 }}</span> + {% endif %} + </div> </div> {% for row, time in plan|deepcopy %} -- GitLab