Skip to content
Snippets Groups Projects

Resolve "[Lesson substitution] View with all lesson substitutions in the future"

Compare and Show latest version
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -36,7 +36,6 @@ class LessonsTable(tables.Table):
class SubstitutionsTable(tables.Table):
class Meta:
attrs = {'class': 'table table-striped table-bordered table-hover table-responsive-xl'}
row_attrs = {'class': _css_class_from_lesson_state}
lesson__date_start = tables.Column(accessor='lesson.date_start')
lesson__date_end = tables.Column(accessor='lesson.date_end')
Loading