Use the correct attribute when accessing StudentModuleHistory creation dates

This commit is contained in:
Calen Pennington
2015-08-10 14:43:44 -04:00
parent 34892b9680
commit 584453202f

View File

@@ -1228,7 +1228,7 @@ def submission_history(request, course_id, student_username, location):
len(history_entries),
)
scores_by_date = {
score.modified: score
score.created: score
for score in scores
}
scores = [