mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-08-04 05:20:15 +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