Commit 17d2420f by Piotr Mitros

Removed suppress_top_level_nav, as per Cale

parent 4f303a62
...@@ -107,18 +107,14 @@ ...@@ -107,18 +107,14 @@
<%include file="mathjax_accessible.html" /> <%include file="mathjax_accessible.html" />
% if not suppress_toplevel_navigation:
<%include file="${header_file}" /> <%include file="${header_file}" />
%endif
<div class="content-wrapper" id="content"> <div class="content-wrapper" id="content">
${self.body()} ${self.body()}
<%block name="bodyextra"/> <%block name="bodyextra"/>
</div> </div>
% if not suppress_toplevel_navigation:
<%include file="${footer_file}" /> <%include file="${footer_file}" />
% endif
<script>window.baseUrl = "${settings.STATIC_URL}";</script> <script>window.baseUrl = "${settings.STATIC_URL}";</script>
<%static:js group='application'/> <%static:js group='application'/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment