fix: error in loading the progress page
This commit is contained in:
@@ -32,8 +32,7 @@ class BatchReport:
|
|||||||
|
|
||||||
def get_submissions(batch):
|
def get_submissions(batch):
|
||||||
students = batch.get_students()
|
students = batch.get_students()
|
||||||
students_map = {s['email']: s for s in students}
|
students_map = {s.email: s for s in students}
|
||||||
|
|
||||||
names, values = nparams("s", students_map.keys())
|
names, values = nparams("s", students_map.keys())
|
||||||
|
|
||||||
sql = """
|
sql = """
|
||||||
|
|||||||
Reference in New Issue
Block a user