diff --git a/biscuit/apps/alsijil/views.py b/biscuit/apps/alsijil/views.py index 1f312a907e8ec88d43a1da13c3c6ae004ba57e4c..2026bc1579d3e8833a44a6f1398090c96d7f9a4f 100644 --- a/biscuit/apps/alsijil/views.py +++ b/biscuit/apps/alsijil/views.py @@ -203,7 +203,7 @@ def full_register_group(request: HttpRequest, id_: int) -> HttpResponse: persons = persons.annotate( Count( personal_notes__remarks__iregex=personal_note_filter.regex, - output_field='personal_notes_with_%s' % personal_notes_filter.identifier + output_field='personal_notes_with_%s' % personal_note_filter.identifier ) )