Remove the too generic id attribute of the comment form.
svn path=/plone.app.discussion/trunk/; revision=40858
This commit is contained in:
@@ -47,7 +47,7 @@ except ImportError: # pragma: no cover
|
||||
class CommentForm(extensible.ExtensibleForm, form.Form):
|
||||
|
||||
ignoreContext = True # don't use context to get widget data
|
||||
id = "comment-form"
|
||||
id = None
|
||||
label = _(u"Add a comment")
|
||||
fields = field.Fields(IComment).omit('portal_type',
|
||||
'__parent__',
|
||||
|
||||
Reference in New Issue
Block a user