Skip to content
Snippets Groups Projects
Commit 94f050c4 authored by cahrens's avatar cahrens
Browse files

Show the menus at the top of the page.

parent 074c4b66
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment