Skip to content
Snippets Groups Projects
Commit fd3f4fd1 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix/typo' into 'master'

Fix typo

See merge request !149
parents fc121ed3 0f82eeea
No related branches found
No related tags found
1 merge request!149Fix typo
Pipeline #6097 passed
......@@ -291,7 +291,7 @@ def week_view(
lesson_periods = lesson_periods.filter_from_type(type_, instance)
events = events.filter_from_type(type_, instance)
extra_lessons = extra_lessons.filter_from_Type(type_, instance)
extra_lessons = extra_lessons.filter_from_type(type_, instance)
elif hasattr(request, "user") and hasattr(request.user, "person"):
if request.user.person.lessons_as_teacher.exists():
......
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