Files
edx-platform/cms/templates/course_index.html

17 lines
336 B
HTML

<%inherit file="base.html" />
<%block name="title">Course Manager</%block>
<%include file="widgets/header.html"/>
<%block name="content">
<section class="main-container">
<%include file="widgets/navigation.html"/>
<section class="main-content">
</section>
<%include file="widgets/upload_assets.html"/>
</section>
</%block>