summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 23:28:38 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 23:28:38 -0600
commiteca80d153e084da97694c6a6138b4282ecdc6540 (patch)
tree5607def3bd99b72b7fbc89686842907388dff3b7
parentc1c62e6cb0d8f2511ec6891a001a3f8745698ac0 (diff)
downloadjthanio-eca80d153e084da97694c6a6138b4282ecdc6540.tar
jthanio-eca80d153e084da97694c6a6138b4282ecdc6540.tar.gz
jthanio-eca80d153e084da97694c6a6138b4282ecdc6540.tar.bz2
jthanio-eca80d153e084da97694c6a6138b4282ecdc6540.tar.lz
jthanio-eca80d153e084da97694c6a6138b4282ecdc6540.tar.xz
jthanio-eca80d153e084da97694c6a6138b4282ecdc6540.tar.zst
jthanio-eca80d153e084da97694c6a6138b4282ecdc6540.zip
fixing tags
-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 %}