diff --git a/cms/templates/base.html b/cms/templates/base.html index eaad889675..dbae876eca 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -9,26 +9,26 @@ % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:css group='base-style'/> % else: - + % endif - - + + <%block name="title"></%block> - <%include file="widgets/header.html"/> + <%include file="widgets/header.html"/> - <%block name="content"> + <%block name="content"> - - - - - - + + + + + + % if settings.MITX_FEATURES['USE_DJANGO_PIPELINE']: <%static:js group='main'/> % else: @@ -36,10 +36,10 @@ % endif <%static:js group='module-js'/> - - - - + + + +