diff --git a/ckanext/organizations/forms.py b/ckanext/organizations/forms.py index c14e5e1e75a..de60afb03d5 100644 --- a/ckanext/organizations/forms.py +++ b/ckanext/organizations/forms.py @@ -221,9 +221,9 @@ def package_form(self): def db_to_form_schema(self): '''This is an interface to manipulate data from the database into a format suitable for the form (optional)''' - schema = default_package_schema() - schema['groups']['capacity'] = [ ignore_missing, unicode ] - return schema + #schema = default_package_schema() + #schema['groups']['capacity'] = [ ignore_missing, unicode ] + #return schema def form_to_db_schema(self): schema = default_package_schema() diff --git a/ckanext/organizations/templates/organization_package_form.html b/ckanext/organizations/templates/organization_package_form.html index 82a4404dbd2..e5cd0ece3a7 100644 --- a/ckanext/organizations/templates/organization_package_form.html +++ b/ckanext/organizations/templates/organization_package_form.html @@ -143,6 +143,49 @@

Errors in form

Upload or link data files, APIs and other materials related to your dataset.

+
+
+ + +
+
+ +
+
+
@@ -152,22 +195,6 @@

Errors in form

- - -