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

Give the week its second ‘e’ ☻

parent 40c2507b
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ def lesson(request: HttpRequest, week: Optional[int] = None, period_id: Optional
)
PersonalNote.objects.bulk_create([
PersonalNote(person=person, lesson_period=lesson_period,
week=wanted_wek) for person in missing_persons
week=wanted_week) for person in missing_persons
])
# Create a formset that holds all personal notes for all persons in this lesson
......
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