move author notification field to the bottom of the form.

svn path=/plone.app.discussion/branches/notification/; revision=33868
This commit is contained in:
Timo Stollenwerk
2010-02-08 14:47:53 +00:00
parent c4dbf971fb
commit de3bb53c13
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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()