From e8990873b98baee6af406b995336d1ea7f0a8fbb Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 1 Sep 2019 00:02:46 +0200
Subject: [PATCH] Revert "Fix name of table."

This reverts commit c99ee04242cdba5818cec0c26684706b2fafe2f1.
---
 biscuit/apps/chronos/tables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/chronos/tables.py b/biscuit/apps/chronos/tables.py
index 786479f4..ac2bcb18 100644
--- a/biscuit/apps/chronos/tables.py
+++ b/biscuit/apps/chronos/tables.py
@@ -7,7 +7,7 @@ from django_tables2.utils import A
 from .models import LessonPeriod
 
 
-def _css_class_from_lesson_state(record: Optional[LessonPeriod] = None, table: Optional[LessonsTable] = None) -> str:
+def _css_class_from_lesson_state(record: Optional[LessonPeriod] = None, table: Optional[LessonTable] = None) -> str:
     if record.get_substitution(table._week):
         return 'table-warning'
     else:
-- 
GitLab