Merge pull request #11143 from edx/douglashall/MAYN-180/fix_broken_templates

MAYN-180 Fix broken shopping cart template
This commit is contained in:
Douglas Hall
2016-01-05 10:32:21 -05:00

View File

@@ -135,7 +135,7 @@ from branding import api as branding_api
% endif
<div class="content-wrapper" id="content">
${next.body()}
${self.body()}
<%block name="bodyextra"/>
</div>