Files
edx-platform/lms/templates/course_groups/debug.html
2013-07-31 19:39:15 -04:00

19 lines
470 B
HTML

<!DOCTYPE html>
<%! from django.utils.translation import ugettext as _ %>
<html>
<head>
## "edX" should not be translated
<%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>