remove "implements(IViewlet)" since the base class takes care of it.
svn path=/plone.app.discussion/trunk/; revision=28357
This commit is contained in:
parent
01f44e3147
commit
c0d7f326b2
@ -201,8 +201,6 @@ class CommentForm(extensible.ExtensibleForm, form.Form):
|
|||||||
|
|
||||||
class ViewletFormWrapper(ViewletBase, layout.FormWrapper):
|
class ViewletFormWrapper(ViewletBase, layout.FormWrapper):
|
||||||
|
|
||||||
implements(IViewlet)
|
|
||||||
|
|
||||||
form = CommentForm
|
form = CommentForm
|
||||||
|
|
||||||
def index(self):
|
def index(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user