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

Pass personal note filters to context in full_register. Advances #46.

parent c3cabcc6
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ def full_register_group(request: HttpRequest, id_: int) -> HttpResponse:
)
context['persons'] = persons
context['personal_note_filters'] = personal_note_filters
context['group'] = group
context['weeks'] = weeks
context['periods_by_day'] = periods_by_day
......
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