Commit 7d7c735a by Andy Armstrong

Fix styling on non-Bootstrap pages

LEARNER-1798
parent a9221dcb
......@@ -141,7 +141,7 @@ from pipeline_mako import render_require_js_path_overrides
<%include file="/preview_menu.html" />
% endif
<div class="content-wrapper ${"container-fluid" if uses_bootstrap else "container" } main-container" id="content">
<div class="content-wrapper ${"container-fluid" if uses_bootstrap else "" } main-container" id="content">
${self.body()}
<%block name="bodyextra"/>
</div>
......
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