Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Sep 4, 2024
1 parent 2c6cbd4 commit cacfba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coldfront/core/project/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ def get(self, request, *args, **kwargs):

# if ldap is activated, prevent selection of users with project corresponding to primary group
users_no_removal, users_to_remove = project_filter_users_to_remove.send(
sender=self.__class__, users=users_to_remove, project=project_obj
sender=self.__class__, users_to_remove=users_to_remove, project=project_obj
)

context = {}
Expand Down

0 comments on commit cacfba6

Please sign in to comment.