Removed suppress_top_level_nav, as per Cale

This commit is contained in:
Piotr Mitros
2014-06-20 10:23:16 -04:00
parent 4f303a623b
commit 17d2420f7b

View File

@@ -107,18 +107,14 @@
<%include file="mathjax_accessible.html" />
% if not suppress_toplevel_navigation:
<%include file="${header_file}" />
%endif
<div class="content-wrapper" id="content">
${self.body()}
<%block name="bodyextra"/>
</div>
% if not suppress_toplevel_navigation:
<%include file="${footer_file}" />
% endif
<script>window.baseUrl = "${settings.STATIC_URL}";</script>
<%static:js group='application'/>