diff --git a/src/five/formlib/tests/view.py b/src/five/formlib/tests/view.py index a3c8ec7..3d177ac 100644 --- a/src/five/formlib/tests/view.py +++ b/src/five/formlib/tests/view.py @@ -23,7 +23,7 @@ class AddContentForm(AddForm): """AddForm for creating and adding IContent objects """ - + form_fields = form.Fields(IContent) def createAndAdd(self, data): @@ -35,6 +35,6 @@ def createAndAdd(self, data): class EditContentForm(EditForm): """EditForm for editing IContent objects """ - + form_fields = form.Fields(IContent) - +