app/soc/models/comment.py
changeset 1874 35b65c11d6a1
parent 1711 654c4fb617ea
child 2074 5c75312566d5
--- 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)