From 94f050c418b37375f3db3ee389273e43d61bfd93 Mon Sep 17 00:00:00 2001 From: cahrens Date: Fri, 23 May 2014 15:32:27 -0400 Subject: [PATCH] Show the menus at the top of the page. --- cms/djangoapps/contentstore/views/component.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/views/component.py b/cms/djangoapps/contentstore/views/component.py index a2acd86d4f..8c9e29b887 100644 --- a/cms/djangoapps/contentstore/views/component.py +++ b/cms/djangoapps/contentstore/views/component.py @@ -249,6 +249,7 @@ def container_handler(request, usage_key_string): unit_publish_state = compute_publish_state(unit) if unit else None return render_to_response('container.html', { + 'context_course': course, # Needed only for display of menus at top of page. 'xblock': xblock, 'unit_publish_state': unit_publish_state, 'xblock_locator': usage_key,