From 4a952aa53242866f6d17dd424cfd3286238a49f8 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 15 Sep 2019 21:37:02 +0200
Subject: [PATCH] Fix template.

---
 biscuit/apps/chronos/templates/chronos/lessons_day.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/chronos/templates/chronos/lessons_day.html b/biscuit/apps/chronos/templates/chronos/lessons_day.html
index f8df2121..e50e239c 100644
--- a/biscuit/apps/chronos/templates/chronos/lessons_day.html
+++ b/biscuit/apps/chronos/templates/chronos/lessons_day.html
@@ -1,6 +1,6 @@
 {# -*- engine:django -*- #}
 
-{% extends "core/base.html" %}
+{% extends "core/turnable.html" %}
 {% load bootstrap4 i18n font_awesome %}
 {% load render_table from django_tables2 %}
 
-- 
GitLab