organization type provided by ozwillo ignored

This commit is contained in:
Serghei Mihai 2015-02-17 09:45:02 +01:00
parent 19d8afdfcd
commit 6463e497f1
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ def create_organization(context, data_dict):
'name': organization['name'].lower().replace(' ', '-'),
'id': instance_id,
'title': organization['name'],
'description': organization['type'],
'user': user_dict['name']
}