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

Reformat

parent 64c57bb0
No related branches found
No related tags found
1 merge request!61Resolve "Do not allow to add personal notes for cancelled lessons"
Pipeline #3209 failed
This commit is part of merge request !61. Comments created here will be created in the context of that merge request.
......@@ -371,7 +371,7 @@ def full_register_group(request: HttpRequest, id_: int) -> HttpResponse:
filter=Q(
personal_notes__absent=True,
personal_notes__lesson_period__lesson__validity__school_term=current_school_term,
)
),
),
excused=Count(
"personal_notes__absent",
......
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