Files
edx-platform/lms/templates/ccx/student_admin.html
2016-04-04 09:59:45 -04:00

13 lines
297 B
HTML

<%page expression_filter="h"/>
<%! from django.utils.translation import ugettext as _ %>
<section>
<h2>${_('Student Grades')}</h2>
<p>
<a href="${gradebook_url}">${_('View gradebook')}</a>
</p>
<p>
<a href="${grades_csv_url}">${_('Download student grades')}</a>
</p>
</section>