Remove the current_grades column that is not supported by backend
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
</th>
|
||||
<% }) %>
|
||||
|
||||
<th title="Current grade"><div class="assignment-label"><%- strLib.userHeading %></div></th>
|
||||
<th title="Total"><div class="assignment-label"><%- strLib.total %></div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -63,11 +62,6 @@
|
||||
</td>
|
||||
<% }) %>
|
||||
|
||||
<td class="grade_<%- student.current_letter_grade %> data-score-container-class"
|
||||
title="Current grade">
|
||||
<%- (student.current_percent * 100).toFixed(2) %>%
|
||||
</td>
|
||||
|
||||
<td class="grade_<%- student.total_letter_grade %> data-score-container-class"
|
||||
title="Total">
|
||||
<%- (student.percent * 100).toFixed(2) %>%
|
||||
|
||||
@@ -235,7 +235,6 @@ $(document).ready(function() {
|
||||
studentsData: studentsData,
|
||||
strLib: {
|
||||
userHeading: gettext('Username'),
|
||||
currentGrade: gettext('Current grade'),
|
||||
total: gettext('Total')
|
||||
}
|
||||
}).toString();
|
||||
|
||||
Reference in New Issue
Block a user