From 77e9c3eb214fa2d82e89e8fdc160bc463f34d272 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 14 Jun 2022 20:28:58 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- aleksis/apps/alsijil/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/alsijil/forms.py b/aleksis/apps/alsijil/forms.py index 746a47628..7186b6fac 100644 --- a/aleksis/apps/alsijil/forms.py +++ b/aleksis/apps/alsijil/forms.py @@ -139,7 +139,7 @@ class SelectForm(forms.Form): # Filter selectable teachers by permissions if not check_global_permission(self.request.user, "alsijil.view_week"): # If the user hasn't got the global permission and the inherit privileges preference is - # turned off, the user is only allowed to see his own person. Otherwise, the user + # turned off, the user is only allowed to see their own person. Otherwise, the user # is allowed to see all persons that teach lessons that the given groups attend. if get_site_preferences()["alsijil__inherit_privileges_from_parent_group"]: teacher_pks = [] -- GitLab