diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 74e2fd51d377b6dc5bd6802773263c649fe81fde..bf65c2a7766efce306992bdfda6d459ed8be529c 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -18,6 +18,13 @@ {% endblock %} {% block body_base %} + +
+ +
+ + +
{% include "_messages.html" %} @@ -37,8 +44,14 @@ {% endblock %} -{% block footer %} - {% include "_footer.html" %} +{% block footer_base %} +
+ +
{% endblock %}