Commit 94f050c4 by cahrens

Show the menus at the top of the page.

parent 074c4b66
......@@ -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,
......
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