From 53b03606b2433a51a02e40ab80473ad35377886c Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Thu, 22 Mar 2018 08:42:13 +1030 Subject: [PATCH] fix missing vue pages --- themes-default/slim/views/IRC.mako | 13 +++++++++++++ themes-default/slim/views/markdown.mako | 13 +++++++++++++ themes/dark/templates/IRC.mako | 13 +++++++++++++ themes/dark/templates/markdown.mako | 13 +++++++++++++ themes/light/templates/IRC.mako | 13 +++++++++++++ themes/light/templates/markdown.mako | 13 +++++++++++++ 6 files changed, 78 insertions(+) diff --git a/themes-default/slim/views/IRC.mako b/themes-default/slim/views/IRC.mako index d095c003b8..7f8ca77d71 100644 --- a/themes-default/slim/views/IRC.mako +++ b/themes-default/slim/views/IRC.mako @@ -1,4 +1,17 @@ <%inherit file="/layouts/main.mako"/> +<%block name="scripts"> + + <%block name="content"> <% from medusa import app diff --git a/themes-default/slim/views/markdown.mako b/themes-default/slim/views/markdown.mako index 2ea437ad44..a99bf210e0 100644 --- a/themes-default/slim/views/markdown.mako +++ b/themes-default/slim/views/markdown.mako @@ -1,4 +1,17 @@ <%inherit file="/layouts/main.mako"/> +<%block name="scripts"> + + <%block name="content"> ${data} diff --git a/themes/dark/templates/IRC.mako b/themes/dark/templates/IRC.mako index d095c003b8..7f8ca77d71 100644 --- a/themes/dark/templates/IRC.mako +++ b/themes/dark/templates/IRC.mako @@ -1,4 +1,17 @@ <%inherit file="/layouts/main.mako"/> +<%block name="scripts"> + + <%block name="content"> <% from medusa import app diff --git a/themes/dark/templates/markdown.mako b/themes/dark/templates/markdown.mako index 2ea437ad44..a99bf210e0 100644 --- a/themes/dark/templates/markdown.mako +++ b/themes/dark/templates/markdown.mako @@ -1,4 +1,17 @@ <%inherit file="/layouts/main.mako"/> +<%block name="scripts"> + + <%block name="content"> ${data} diff --git a/themes/light/templates/IRC.mako b/themes/light/templates/IRC.mako index d095c003b8..7f8ca77d71 100644 --- a/themes/light/templates/IRC.mako +++ b/themes/light/templates/IRC.mako @@ -1,4 +1,17 @@ <%inherit file="/layouts/main.mako"/> +<%block name="scripts"> + + <%block name="content"> <% from medusa import app diff --git a/themes/light/templates/markdown.mako b/themes/light/templates/markdown.mako index 2ea437ad44..a99bf210e0 100644 --- a/themes/light/templates/markdown.mako +++ b/themes/light/templates/markdown.mako @@ -1,4 +1,17 @@ <%inherit file="/layouts/main.mako"/> +<%block name="scripts"> + + <%block name="content"> ${data}