diff --git a/lms/templates/gradebook.html b/lms/templates/gradebook.html index bdc1516339..e6f92c50b3 100644 --- a/lms/templates/gradebook.html +++ b/lms/templates/gradebook.html @@ -9,7 +9,7 @@ <%block name="headextra"> <%static:css group='course'/> - + - + %block> <%include file="course_navigation.html" args="active_page=''" /> @@ -26,14 +26,14 @@
| Student | %for section in templateSummary['section_breakdown']: @@ -41,22 +41,22 @@ %endforTotal | ${ "{0:.0%}".format( percentage ) } | +${ "{0:.0f}".format( 100 * fraction ) } | %def> - + %for student in students:
|---|---|
| ${student['username']} |