changeset 47 | 09c3b7aaa535 |
parent 43 | 55e650bb9dbe |
child 49 | 33c54f815fd5 |
--- a/app/projrev/models.py Thu Aug 13 03:42:34 2009 +0530 +++ b/app/projrev/models.py Thu Aug 13 04:01:15 2009 +0530 @@ -901,7 +901,7 @@ attribute2 = models.PositiveSmallIntegerField( choices=[(1, 1), (2, 2), (3, 3), (4, 4), (5, 5)]) attribute2.verbose_name = ('Uniqueness/novelty/innovation of the said ' - 'proposal') + 'proposal.') comment_a2 = models.TextField(blank=True) comment_a2.verbose_name = 'Comment'