This commit is contained in:
Ludovic Stephan 2020-08-28 19:06:10 +02:00
parent 007b5006d4
commit d3185f25c3

View file

@ -18,7 +18,10 @@ class GroupForm(ProtectedModelForm):
class UserGroupForm(ProtectedModelForm):
groups = KFetGroupsField(label=_("Statut équipe"), required=False,)
groups = KFetGroupsField(
label=_("Statut équipe"),
required=False,
)
protected_fields = ["groups"]