Revert revisions r40851 to r40853, they should have gone into the ajax-ui branch.

svn path=/plone.app.discussion/trunk/; revision=40856
This commit is contained in:
Timo Stollenwerk
2010-10-28 09:39:00 +00:00
parent 14e2600a79
commit 22e4189c37
2 changed files with 2 additions and 95 deletions
-1
View File
@@ -47,7 +47,6 @@ except ImportError: # pragma: no cover
class CommentForm(extensible.ExtensibleForm, form.Form):
ignoreContext = True # don't use context to get widget data
id = "comment-form"
label = _(u"Add a comment")
fields = field.Fields(IComment).omit('portal_type',
'__parent__',