1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-29 22:31:14 +02:00

Fix script that generates data for second teams when there are 5 teams in the pool

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-19 18:38:19 +02:00
parent 86e978faf2
commit 68da61a33b
3 changed files with 9 additions and 11 deletions

View File

@ -1660,7 +1660,6 @@ class PoolNotesTemplateView(VolunteerMixin, DetailView):
table.addElement(TableRow())
if self.object.participations.count() == 5:
# 5-teams pools are separated in two different objects.
# So, displaying the ranking may don't make any sens. We don't display it for this reason.