Merge pull request #1313 from MITx/feature/ichuang/fix-bug-in-idashboard

fix bug in instructor dashboard groups code
This commit is contained in:
David Ormsbee
2013-01-18 11:17:30 -08:00

View File

@@ -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):
"""