8 lines
270 B
HTML
8 lines
270 B
HTML
<%page expression_filter="h"/>
|
|
<%! from django.utils.translation import gettext as _ %>
|
|
|
|
|
|
<h2 class="hd hd-2">${_('Student Grades')}</h2>
|
|
<p><a href="${gradebook_url}">${_('View gradebook')}</a></p>
|
|
<p><a href="${grades_csv_url}">${_('Download student grades')}</a></p>
|