1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-04 04:52:15 +02:00

Display team detail

This commit is contained in:
Yohann D'ANELLO
2021-01-02 00:06:58 +01:00
parent 1805f48fa0
commit 6bcb050754
3 changed files with 45 additions and 12 deletions

View File

@ -222,7 +222,7 @@ class Tournament(models.Model):
return reverse_lazy("participation:tournament_detail", args=(self.pk,))
def __str__(self):
return repr(self)
return self.name
class Meta:
verbose_name = _("tournament")