1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Some model translations were missing

This commit is contained in:
Yohann D'ANELLO
2020-04-06 10:58:16 +02:00
parent bd41560f45
commit 6fedbe2a2a
6 changed files with 332 additions and 150 deletions

View File

@ -130,6 +130,8 @@ class Entry(models.Model):
class Meta:
unique_together = (('activity', 'note', 'guest', ), )
verbose_name = _("entry")
verbose_name_plural = _("entries")
def save(self, force_insert=False, force_update=False, using=None,
update_fields=None):