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

This commit is contained in:
Piotr Mitros
2012-04-03 15:59:58 -04:00
parent df637d32a2
commit e2e9f8904e

View File

@@ -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>
</section>