Skip to content
Snippets Groups Projects

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

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,4 +43,4 @@ class SubstitutionsTable(tables.Table):
lesson__teachers = tables.Column(accessor='lesson_period.get_teacher_names', verbose_name=_('Teachers'))
lesson__subject = tables.Column(accessor='subject')
room = tables.Column(accessor='room')
cancelled = tables.Column(accessor='cancelled', verbose_name=_('Cancelled'))
cancelled = tables.BooleanColumn(accessor='cancelled', verbose_name=_('Cancelled'))
Loading