From e2e9f8904e7518ed46a892e73bf63c732529b9f8 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Tue, 3 Apr 2012 15:59:58 -0400 Subject: [PATCH] Gradebook bug. Maybe fixed? Maybe not? Deploy debugging. --- templates/gradebook.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gradebook.html b/templates/gradebook.html index 99d3af7515..cb25a5507a 100644 --- a/templates/gradebook.html +++ b/templates/gradebook.html @@ -56,7 +56,7 @@ %for student in students: - ${student['username']} + ${student['username']} %for section in student['grade_info']['grade_summary']: %if 'subscores' in section: %for subsection in section['subscores']: @@ -73,4 +73,4 @@ %endif - \ No newline at end of file +