Commit 00a33a83 by David Baumgold

Merge pull request #10865 from edx/disable-footer-on-courseware-chromeless-rc

Disable footer for courseware-chromeless.html
parents 0f3a0946 1a2ffbda
......@@ -1403,6 +1403,7 @@ def render_xblock(request, usage_key_string, check_if_enrolled=True):
'disable_accordion': True,
'allow_iframing': True,
'disable_header': True,
'disable_footer': True,
'disable_window_wrap': True,
'disable_preview_menu': True,
'staff_access': bool(has_access(request.user, 'staff', course)),
......
......@@ -107,6 +107,3 @@ ${fragment.foot_html()}
</nav>
<%include file="../modal/accessible_confirm.html" />
## No footer in chromeless
<%block name="footer"></%block>
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