Commit b6f77f6f by Vik Paruchuri

Fix rendering for flagged problems view

parent dd72297f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment