Fix styling on non-Bootstrap pages

LEARNER-1798
This commit is contained in:
Andy Armstrong
2017-07-07 12:12:35 -04:00
parent 2b261b5ca7
commit 71baa6af0e

View File

@@ -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>