% for config in all_group_configurations: -
+

${config['name']}

${_("Loading")}

diff --git a/lms/djangoapps/teams/team_partition_scheme.py b/lms/djangoapps/teams/team_partition_scheme.py index d573bf51a2d2..8b58997caa57 100644 --- a/lms/djangoapps/teams/team_partition_scheme.py +++ b/lms/djangoapps/teams/team_partition_scheme.py @@ -64,6 +64,8 @@ class TeamPartitionScheme: - A user is assigned to a group if they are a member of the team. """ + read_only = True + @classmethod def get_group_for_user(cls, course_key, user, user_partition): """Get the (Content) Group from the specified user partition for the user.