diff --git a/crudbuilder/tests/crud.py b/crudbuilder/tests/crud.py index 9184f9f..cee7b6b 100644 --- a/crudbuilder/tests/crud.py +++ b/crudbuilder/tests/crud.py @@ -11,7 +11,7 @@ class TestChildInlineFormset(BaseInlineFormset): class TestModelCrud(BaseCrudBuilder): model = TestModel - search_feilds = ['name'] + search_fields = ['name'] tables2_fields = ('name', 'email') tables2_css_class = "table table-bordered table-condensed" tables2_pagination = 20 # default is 10