From 358291cb222400434ff5619abd69fb8d9a6054f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Sep 2020 12:44:44 +0200 Subject: Admin - Document tag: add merge action --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') 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") -- cgit v1.2.3