diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-09-02 12:44:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
commit | 2f86de32aac26c4e019a9e136a6301afef0b7884 (patch) | |
tree | f9b2ad849ffc80a6bef1e9f31f853a6aabc0228d /ishtar_common/models.py | |
parent | 2b21cef742196c832204dffa664d629c4cef08b4 (diff) | |
download | Ishtar-2f86de32aac26c4e019a9e136a6301afef0b7884.tar.bz2 Ishtar-2f86de32aac26c4e019a9e136a6301afef0b7884.zip |
Admin - Document tag: add merge action
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") |