Skip to content
Snippets Groups Projects
Commit b1beccf0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo.

parent fcbe7111
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def group_week(request: HttpRequest, week: Optional[int] = None) -> HttpResponse
# Get number of filled-in documentations
qs.annotate(Count('documentations',
filter=Q(documentations__week=wanted_week,
documentations__topic__regex=r'.+'))
documentations__topic__regex=r'.+')))
# Combine the lesson periods of all lessons
lesson_periods = lesson.periods.union(lesson_periods)
......
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