summaryrefslogtreecommitdiff
path: root/jthanio/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/base.html')
-rw-r--r--jthanio/templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 9870c59..f81bf86 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -25,12 +25,11 @@
{# Override this in templates to add extra stylesheets #}
{% endblock %}
</head>
-
+ <div id="page-content">
{% include "navigation.html" %}
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
- <div id="page-content">
{% block content %}{% endblock %}
{% block extra_js %}