Skip to content
Snippets Groups Projects
Verified Commit 7bb3c792 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

Fix typo.

parent 98984611
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def lesson(request: HttpRequest, week: Optional[int] = None, period_id: Optional
lesson_documentation_form = LessonDocumentationForm(
request.POST or None, instance=lesson_documentation, prefix='leson_documentation')
# FInd all persons in the associated groups that do not yet have a personal note for this lesson
# Find all persons in the associated groups that do not yet have a personal note for this lesson
missing_persons = Person.objects.annotate(
no_personal_notes=~Exists(PersonalNote.objects.filter(
week=wanted_week,
......
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