Skip to content
Snippets Groups Projects
Verified Commit e8990873 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Revert "Fix name of table."

This reverts commit c99ee042.
parent c99ee042
No related branches found
No related tags found
1 merge request!9WIP: Add way to edit substitution
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment