Commit ce2f1400 by John Jarvis

formatting

parent 7c0d9ff1
...@@ -341,6 +341,7 @@ def _dispatch(table, action, user, obj): ...@@ -341,6 +341,7 @@ def _dispatch(table, action, user, obj):
def _does_course_group_name_exist(name): def _does_course_group_name_exist(name):
return len(Group.objects.filter(name=name)) > 0 return len(Group.objects.filter(name=name)) > 0
def _course_org_staff_group_name(location, course_context=None): def _course_org_staff_group_name(location, course_context=None):
""" """
Get the name of the staff group for an organization which corresponds Get the name of the staff group for an organization which corresponds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment