1
0
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:
Alexandre Iooss
2019-08-16 19:44:27 +02:00
parent 62faa241d2
commit c2ab1e4bc5
12 changed files with 159 additions and 33 deletions

View File

@ -108,7 +108,7 @@ class Player(models.Model):
)
def __str__(self):
return str(self.user)
return str(self.name)
class Meta:
verbose_name = _("player")