1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 06:03:54 +02:00

Fix some front bug

This commit is contained in:
Alexandre Iooss
2019-08-11 10:49:04 +02:00
parent 861279d30d
commit 79cd008260
6 changed files with 55 additions and 16 deletions

View File

@ -42,8 +42,8 @@ class Media(models.Model):
blank=True,
null=True,
)
side_title = models.CharField(
verbose_name=_('side title'),
side_identifier = models.CharField(
verbose_name=_('side identifier'),
max_length=255,
)
authors = models.ManyToManyField(