summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jthanio/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index f81bf86..5afe73d 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -25,10 +25,10 @@
{# Override this in templates to add extra stylesheets #}
{% endblock %}
</head>
+ <body class="{% block body_class %}{% endblock %}">
<div id="page-content">
{% include "navigation.html" %}
- <body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
{% block content %}{% endblock %}