forked from ScoDoc/ScoDoc
typo
This commit is contained in:
parent
e5cdb2ef69
commit
1c0a4f28ce
@ -197,7 +197,7 @@ class Evaluation(db.Model):
|
|||||||
return {
|
return {
|
||||||
p.ue.id: p.poids
|
p.ue.id: p.poids
|
||||||
for p in sorted(
|
for p in sorted(
|
||||||
self.ue_poids, key=lambda p: attrgetter("ue.numero", "ue.acronyme")
|
self.ue_poids, key=attrgetter("ue.numero", "ue.acronyme")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user