Skip to content
Snippets Groups Projects
Verified Commit 0f82eeea authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix typo

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