add missing stylesheets from studio-frontend
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user