Fix rendering for flagged problems view
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<th>Student ID</th>
|
||||
<th>Student Response</th>
|
||||
<th>Submission ID</th>
|
||||
<th>Location</th>
|
||||
</tr>
|
||||
%for problem in problem_list:
|
||||
<tr>
|
||||
@@ -43,6 +44,9 @@
|
||||
<td>
|
||||
${problem['submission_id']}
|
||||
</td>
|
||||
<td>
|
||||
${problem['location']}
|
||||
</td>
|
||||
</tr>
|
||||
%endfor
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user