typing error fix

This commit is contained in:
Serghei Mihai 2015-02-04 19:52:46 +01:00
parent 472417ae43
commit 2809e6f767
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def create_organization(context, data_dict):
# notify about organization creation
services = {'services': [{
'local_id': 'organization',
'name': , org_dict['title'],
'name': org_dict['title'],
'service_uri': organization_uri + '/sso',
'description': 'Organization ' + org_dict['name'] + ' on CKAN',
'tos_uri': organization_uri,