Commit ca5d0e89 by cahrens

Do need context_course variable for segment io.

parent a6faa163
......@@ -61,6 +61,8 @@ def checklists_handler(request, tag=None, course_id=None, branch=None, version_g
return render_to_response('checklists.html',
{
'handler_url': handler_url,
# context_course is used by analytics
'context_course': course_module,
'checklists': expanded_checklists
})
elif json_request:
......
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