Merge pull request #728 from edx/fix/adam/dash-delete

fixes delete state on dashboard
This commit is contained in:
Adam
2013-08-19 07:45:59 -07:00

View File

@@ -342,7 +342,7 @@ def instructor_dashboard(request, course_id):
student_module.delete()
msg += "<font color='red'>Deleted student module state for {0}!</font>".format(module_state_key)
event = {
"problem": problem_url,
"problem": module_state_key,
"student": unique_student_identifier,
"course": course_id
}