Commit e2e9f890 by Piotr Mitros

Gradebook bug. Maybe fixed? Maybe not? Deploy debugging.

parent df637d32
......@@ -56,7 +56,7 @@
%for student in students:
<tr>
<td><a href="/discussion/users/${student['id']}/${student['username']}/">${student['username']}</a></td>
<td><a href="/profile/${student['id']}/">${student['username']}</a></td>
%for section in student['grade_info']['grade_summary']:
%if 'subscores' in section:
%for subsection in section['subscores']:
......@@ -73,4 +73,4 @@
%endif
</section>
</div>
</section>
\ No newline at end of file
</section>
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