diff --git a/pillar/manage.py b/pillar/manage.py index eb5105dd..5944764e 100755 --- a/pillar/manage.py +++ b/pillar/manage.py @@ -585,8 +585,8 @@ def add_license_props(): ], 'default': 'cc-by' } - node_type['form_schema']['license_notes'] = '' - node_type['form_schema']['license_type'] = '' + node_type['form_schema']['license_notes'] = {} + node_type['form_schema']['license_type'] = {} projects_collections.update( {'_id': project['_id']}, project)