From d963baabb973a40a87737cefe40c396002f4ac21 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Tue, 29 Oct 2019 15:06:28 +0100 Subject: [PATCH] I forgot to push --- biscuit/apps/chronos/templates/timetable/plan.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/biscuit/apps/chronos/templates/timetable/plan.html b/biscuit/apps/chronos/templates/timetable/plan.html index 4c14fbdf..481bdddf 100755 --- a/biscuit/apps/chronos/templates/timetable/plan.html +++ b/biscuit/apps/chronos/templates/timetable/plan.html @@ -224,12 +224,12 @@ </div> {% for col in row|deepcopy %} - {% if forloop.counter0 == day.0.1 %} - <div class="col s8"> - {# A lesson #} - {% include "timetable/lesson.html" %} - </div> - {% endif %} + {% if forloop.counter0 == day.0.1 %} + <div class="col s8"> + {# A lesson #} + {% include "timetable/lesson.html" %} + </div> + {% endif %} {% endfor %} </div> {% endfor %} -- GitLab