Commit 660d64d7 by David Ormsbee

Disable Courseware JS from loading on Student Dashboard.

parent b1e31c13
......@@ -710,6 +710,7 @@ def dashboard(request):
'courses_requirements_not_met': courses_requirements_not_met,
'nav_hidden': True,
'course_programs': course_programs,
'disable_courseware_js': True,
}
return render_to_response('dashboard.html', context)
......
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