diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 785311764..d9112b5e7 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -5328,6 +5328,7 @@ class LicenseType(GeneralType):  class DocumentTag(GeneralType):      SLUG = "documenttag" +      class Meta:          verbose_name = _("Document tag")          verbose_name_plural = _("Document tags")  | 
