Conflicts: cms/djangoapps/contentstore/views.py cms/static/coffee/unit.coffee cms/templates/index.html cms/templates/widgets/sequence-edit.html
14 lines
248 B
HTML
14 lines
248 B
HTML
<%inherit file="base.html" />
|
|
<%block name="title">Course Manager</%block>
|
|
|
|
<%block name="content">
|
|
<section class="main-container">
|
|
|
|
<%include file="widgets/navigation.html"/>
|
|
|
|
<section class="main-content">
|
|
</section>
|
|
|
|
</section>
|
|
</%block>
|