diff --git a/mandelstudio/templates/layout.html b/mandelstudio/templates/layout.html
index d034d59..d02bcac 100644
--- a/mandelstudio/templates/layout.html
+++ b/mandelstudio/templates/layout.html
@@ -61,7 +61,6 @@
{% block extrascripts %}
{% include "oscar/partials/extrascripts.html" %}
{{ block.super }}
-
{% if cookie_jar.needs_approval %}
{% endif %}
@@ -85,6 +84,7 @@ oxyan.initImageZoom()
{% block cdn_scripts %}
{{ block.super }}
+
{% ocyanjson "wagtail" "wagtailuserbar_position" as position %}
{% if position %}
{% wagtailuserbar position %}