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

Fix typo.

parent 8a79adb7
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ from .models import Lesson
@Person.property
def lessons_as_participant(self):
return Lesson.objects.filter(groups__member=self)
return Lesson.objects.filter(groups__members=self)
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