move author notification field to the bottom of the form.
svn path=/plone.app.discussion/branches/notification/; revision=33868
This commit is contained in:
@@ -58,7 +58,6 @@ class CommentForm(extensible.ExtensibleForm, form.Form):
|
||||
|
||||
def updateFields(self):
|
||||
self.fields['author_notification'].widgetFactory = SingleCheckBoxFieldWidget
|
||||
self.move('author_notification', after='text')
|
||||
|
||||
def updateWidgets(self):
|
||||
super(CommentForm, self).updateWidgets()
|
||||
|
||||
Reference in New Issue
Block a user