service name is organization title

This commit is contained in:
Serghei Mihai 2015-02-03 18:53:19 +01:00
parent d443ceb7d5
commit b7f69aee48
1 changed files with 1 additions and 1 deletions

View File

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