fixes delete state on dashboard

This commit is contained in:
Adam Palay
2013-08-06 10:59:41 -04:00
parent aa49ef47dd
commit 2e47d61cef

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
}