diff --git a/apps/member/models.py b/apps/member/models.py index 14b32a8..aa2f1a9 100644 --- a/apps/member/models.py +++ b/apps/member/models.py @@ -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):