Merge pull request #18460 from edx/mroytman/fix-missing-checklist-stylesheets

add missing stylesheets from studio-frontend
This commit is contained in:
Michael Roytman
2018-06-25 17:38:22 -04:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -14,7 +14,10 @@
<%namespace name='static' file='static_content.html'/>
<%block name="header_extras">
<link rel="stylesheet" type="text/css" href="${static.url('common/css/vendor/common.min.css')}" />
% if not settings.STUDIO_FRONTEND_CONTAINER_URL:
<link rel="stylesheet" type="text/css" href="${static.url('common/css/vendor/common.min.css')}" />
<link rel="stylesheet" type="text/css" href="${static.url('common/css/vendor/courseHealthCheck.min.css')}" />
% endif
</%block>
<%block name="content">

View File

@@ -32,6 +32,11 @@ from openedx.core.djangolib.markup import HTML, Text
</script>
% endfor
<%static:optional_include_mako file="course_outline_header_extras_post.html" />
% if not settings.STUDIO_FRONTEND_CONTAINER_URL:
<link rel="stylesheet" type="text/css" href="${static.url('common/css/vendor/common.min.css')}" />
<link rel="stylesheet" type="text/css" href="${static.url('common/css/vendor/courseOutlineHealthCheck.min.css')}" />
% endif
</%block>
<%block name="page_alert">