--- a/ckanext/example/forms.py +++ b/ckanext/example/forms.py @@ -79,7 +79,7 @@ attempts to register more than one plugin instance to a given group type will raise an exception at startup. """ - return ["example_group_form"] + return ["testgroup"] def is_fallback(self): """