Rolling back template inheritance change that was causing child templates to break

This commit is contained in:
Douglas Hall
2016-01-05 09:40:34 -05:00
parent 0e88264df6
commit e7dc6fcfe5

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>