Commit 2e47d61c by Adam Palay

fixes delete state on dashboard

parent aa49ef47
......@@ -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
}
......
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