aboutsummaryrefslogtreecommitdiffstats
path: root/notice
diff options
context:
space:
mode:
Diffstat (limited to 'notice')
-rw-r--r--notice/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/notice/models.py b/notice/models.py
index 02780ec..e2b9533 100644
--- a/notice/models.py
+++ b/notice/models.py
@@ -56,4 +56,8 @@ class NoticeAttachment(models.Model):
object_id = models.PositiveIntegerField()
content_object = generic.GenericForeignKey("content_type", "object_id")
+ class Meta:
+ verbose_name = _('notice attachment')
+ verbose_name_plural = _('notice attachments')
+