Commit bf30363c by cahrens Committed by Andy Armstrong

Make student information sections collapsible.

parent 0f407dc2
......@@ -290,6 +290,7 @@ class StaffAreaMixin(object):
'self_assessment': self_assessment,
'example_based_assessment': example_based_assessment,
'rubric_criteria': copy.deepcopy(self.rubric_criteria_with_labels),
'student_username': student_username
}
if peer_assessments or self_assessment or example_based_assessment:
......
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