From 9177e7f60868a34a50da65d5dc7fe2aac17b2804 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Tue, 29 Apr 2014 01:27:31 +0800 Subject: * updated transcript help_text of account/models.py * updated ValidationError message and used named string of account/extra.py * small changes to 'profile.html' and 'profile_update.html' * added class Meta to notice/models.py/NoticeAttachment --- notice/models.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'notice') 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') + -- cgit v1.2.2