From e98730c4878740f57116ca6da615f0f5dec59c4c Mon Sep 17 00:00:00 2001 From: mirabilos <thorsten.glaser@teckids.org> Date: Tue, 3 Sep 2019 23:53:49 +0200 Subject: [PATCH] =?UTF-8?q?Give=20the=20week=20its=20second=20=E2=80=98e?= =?UTF-8?q?=E2=80=99=20=E2=98=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biscuit/apps/alsijil/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/alsijil/views.py b/biscuit/apps/alsijil/views.py index a8d065447..e5601cb58 100644 --- a/biscuit/apps/alsijil/views.py +++ b/biscuit/apps/alsijil/views.py @@ -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 -- GitLab