From 99bb15c1215011dc2d44170e4db2f4f75d74bcbf Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 17 Oct 2018 21:32:30 -0400 Subject: [PATCH] Continue importing base.css in base_panels.mako --- templates/base/base_panels.mako | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/base/base_panels.mako b/templates/base/base_panels.mako index 0cdeebc964d..4cae7ad1597 100644 --- a/templates/base/base_panels.mako +++ b/templates/base/base_panels.mako @@ -22,7 +22,8 @@ <%def name="stylesheets()"> ${h.css( 'jquery.rating', - 'bootstrap-tour' + 'bootstrap-tour', + 'base' )}