Commit fcd4ecfd by Gabe Mulley

Merge pull request #1678 from mulby/gabe/fix-cms-course-id-tracking

fix spammy log messages from course_id tracking in CMS
parents ddd9e0e4 4b1974cd
......@@ -43,6 +43,8 @@ def course_context_from_course_id(course_id):
'course_id': course_id,
'org_id': ''
}
if course_id:
try:
location = CourseDescriptor.id_to_location(course_id)
context['org_id'] = location.org
......
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