Fix one translation

This commit is contained in:
Yohann D'ANELLO 2020-05-05 08:15:09 +02:00
parent 66505fd72a
commit 12e4222393
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class Synthesis(Document):
def __str__(self):
return _("Synthesis of team {trigram} that is {source} for the tournament {tournament}")\
.format(trigram=self.team.trigram, source=self.source, tournament=self.tournament)
.format(trigram=self.team.trigram, source=self.get_source_display(), tournament=self.tournament)
class Config(models.Model):