Commit e2e9f890 by Piotr Mitros

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

parent df637d32
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
%for student in students: %for student in students:
<tr> <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']: %for section in student['grade_info']['grade_summary']:
%if 'subscores' in section: %if 'subscores' in section:
%for subsection in section['subscores']: %for subsection in section['subscores']:
...@@ -73,4 +73,4 @@ ...@@ -73,4 +73,4 @@
%endif %endif
</section> </section>
</div> </div>
</section> </section>
\ No newline at end of file
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