Skip to content
Snippets Groups Projects
Verified Commit 41c877f5 authored by Tom Teichler's avatar Tom Teichler :beers: Committed by magicfelix
Browse files

Fix lint issues

parent 6ebc0110
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
......@@ -393,7 +393,7 @@ class LessonDocumentation(RegisterObjectRelatedMixin, ExtensibleModel):
lesson=self.lesson_period.lesson,
period__weekday=self.lesson_period.period.weekday,
),
False
False,
)
super().save(*args, **kwargs)
......
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