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
@@ -171,7 +171,7 @@ def substitutions(request: HttpRequest) -> HttpResponse:
substitutions_table = SubstitutionsTable(substitutions)
RequestConfig(request).configure(substitutions_table)
context['current_head'] = _('All future substitutions')
context['current_head'] = str(CalendarWeek())
context['substitutions_table'] = substitutions_table
return render(request, 'chronos/substitutions.html', context)
Loading