From c25faeb6602a21f382a86454e91050efaf18604c Mon Sep 17 00:00:00 2001 From: Michael Roytman Date: Mon, 25 Jun 2018 16:50:26 -0400 Subject: [PATCH] add missing stylesheets from studio-frontend --- cms/templates/checklists.html | 5 ++++- cms/templates/course_outline.html | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cms/templates/checklists.html b/cms/templates/checklists.html index 87102f58fc..61b65961db 100644 --- a/cms/templates/checklists.html +++ b/cms/templates/checklists.html @@ -14,7 +14,10 @@ <%namespace name='static' file='static_content.html'/> <%block name="header_extras"> - + % if not settings.STUDIO_FRONTEND_CONTAINER_URL: + + + % endif <%block name="content"> diff --git a/cms/templates/course_outline.html b/cms/templates/course_outline.html index fb7a97e19c..b5dfd0e219 100644 --- a/cms/templates/course_outline.html +++ b/cms/templates/course_outline.html @@ -32,6 +32,11 @@ from openedx.core.djangolib.markup import HTML, Text % endfor <%static:optional_include_mako file="course_outline_header_extras_post.html" /> + +% if not settings.STUDIO_FRONTEND_CONTAINER_URL: + + +% endif <%block name="page_alert">