Merge pull request #1313 from MITx/feature/ichuang/fix-bug-in-idashboard
fix bug in instructor dashboard groups code
This commit is contained in:
@@ -111,6 +111,7 @@ def instructor_dashboard(request, course_id):
|
||||
except Group.DoesNotExist:
|
||||
group = Group(name=grpname) # create the group
|
||||
group.save()
|
||||
return group
|
||||
|
||||
def get_beta_group(course):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user