From f347f3e6bc7a05a3ac01f283f4f177dcfcec8264 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Thu, 19 Jul 2018 16:02:19 -0700 Subject: [PATCH] Add optional include at bottom of all Studio pages --- cms/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/templates/base.html b/cms/templates/base.html index 3c7398b4c65f..ae70c8e5e9aa 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -118,5 +118,6 @@ <%include file="widgets/segment-io-footer.html" /> + <%static:optional_include_mako file="body-post.html" is_theming_enabled="True" />