diff -r bbd4fa245285 -r 35b65c11d6a1 app/soc/models/comment.py --- a/app/soc/models/comment.py Sun Mar 15 16:10:19 2009 +0000 +++ b/app/soc/models/comment.py Sun Mar 15 16:20:24 2009 +0000 @@ -50,8 +50,7 @@ content = db.TextProperty(verbose_name=_('Content')) #: Indicated if the comment should be visible to the appropriate student - is_public = db.BooleanProperty( - verbose_name=_('Public comment')) + is_public = db.BooleanProperty(verbose_name=_('Public comment')) #: Date when the comment was added created = db.DateTimeProperty(auto_now_add=True)