Skip to content
Snippets Groups Projects
Verified Commit f9ab1b93 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '60-make-alsijil-work-with-current-core-fixes' into fix/design

parents 498234cf 4da81bd8
No related branches found
No related tags found
1 merge request!48Review use of Materialize
......@@ -184,7 +184,7 @@ def week_view(
unexcused_count=Count(
"personal_notes__absent",
filter=Q(
personal_notes__lesson_period__in=lesson_periods,
personal_notes__lesson_period__in=lesson_periods_pk,
personal_notes__week=wanted_week.week,
personal_notes__absent=True,
personal_notes__excused=False,
......@@ -193,7 +193,7 @@ def week_view(
tardiness_sum=Sum(
"personal_notes__late",
filter=Q(
personal_notes__lesson_period__in=lesson_periods,
personal_notes__lesson_period__in=lesson_periods_pk,
personal_notes__week=wanted_week.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