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:
@ -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")
|
||||
|
Reference in New Issue
Block a user