Image du produit translate

This commit is contained in:
Jonas Legion 2021-12-06 18:34:40 +04:00
parent 499daa30e2
commit 949fd3ddb2
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class Product(models.Model):
'thumbnail': (150, 90),
},
delete_orphans=True,
verbose_name='Image'
verbose_name=_('Image du produit'),
)
BILLET, PACK, RECHARGE_CASHLESS, VETEMENT, MERCH, ADHESION = 'B', 'P', 'R', 'T', 'M', 'A'