From a5bdde869c0bdf81a59e175848215094718fa4af Mon Sep 17 00:00:00 2001 From: Tomas Torsvik Date: Tue, 14 Nov 2023 15:15:14 +0100 Subject: [PATCH] bugfix colspan --- templates/schedule.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/schedule.html b/templates/schedule.html index 574bc46..56f4154 100644 --- a/templates/schedule.html +++ b/templates/schedule.html @@ -35,7 +35,7 @@

Schedule

{% if day.goal %} - + Goal for the day: {{ day.goal }} @@ -43,7 +43,7 @@

Schedule

{% if day.locations %} {% for loc in day.locations %} - + {% if loc.url %} {{ loc.location }}: {{ loc.room }} {% else %}