mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 14:41:16 +02:00
More testing
This commit is contained in:
@ -108,7 +108,7 @@ class Player(models.Model):
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return str(self.user)
|
||||
return str(self.name)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("player")
|
||||
|
Reference in New Issue
Block a user