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

Fix extra lesson query set

parent 1c4f0f28
No related branches found
No related tags found
1 merge request!52Resolve "Some data missing in substitutions table view"
......@@ -1064,7 +1064,7 @@ class ExtraLessonQuerySet(TimetableQuerySet):
)
def on_day(self, day:date):
self.within_dates(day, day)
return self.within_dates(day, day)
class ExtraLesson(ExtensibleModel):
......
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