mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 05:42:23 +00:00
Syntheses for different rounds are distinct
This commit is contained in:
parent
90b1169f32
commit
8ceecd85c8
@ -298,7 +298,8 @@ class Synthesis(Document):
|
||||
|
||||
def __str__(self):
|
||||
return _("Synthesis of team {trigram} that is {source} for the round {round} of tournament {tournament}")\
|
||||
.format(trigram=self.team.trigram, source=self.get_source_display().lower(), tournament=self.tournament)
|
||||
.format(trigram=self.team.trigram, source=self.get_source_display().lower(), round=self.round,
|
||||
tournament=self.tournament)
|
||||
|
||||
|
||||
class Config(models.Model):
|
||||
|
Loading…
Reference in New Issue
Block a user