mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 11:18:27 +02:00
@ -387,7 +387,7 @@ class Pool(models.Model):
|
||||
|
||||
for i, line in enumerate(table):
|
||||
# Create the passage
|
||||
passage = await Passage.objects.acreate(
|
||||
await Passage.objects.acreate(
|
||||
pool=self.associated_pool,
|
||||
position=i + 1,
|
||||
solution_number=tds[line[0]].accepted,
|
||||
|
Reference in New Issue
Block a user