Use the correct attribute when accessing StudentModuleHistory creation dates
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user