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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 8e3a4ed..9870c59 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -30,13 +30,13 @@
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
-
+ <div id="page-content">
{% block content %}{% endblock %}
{% block extra_js %}
{# Override this in templates to add extra javascript #}
{% endblock %}
-
+ </div>
<footer class="footer">
<div class="text-center bg-dark">
<span class="text-muted">Copyright &copy; jthan.io {% now "Y" %}</span>