- lets user see and add cohorts - needs styling - needs to allow them to actually manage membership!
17 lines
376 B
HTML
17 lines
376 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<%block name="title"><title>edX</title></%block>
|
|
|
|
<script type="text/javascript" src="/static/js/vendor/jquery.min.js"></script>
|
|
<script type="text/javascript" src="/static/js/course_groups/cohorts.js"></script>
|
|
|
|
</head>
|
|
|
|
<body class="<%block name='bodyclass'/>">
|
|
<%include file="/course_groups/cohort_management.html" />
|
|
|
|
</body>
|
|
</html>
|
|
|