| author | raph |
| Thu, 11 Feb 2010 16:38:39 +0100 | |
| changeset 161 | 5f30378c79a4 |
| parent 160 | 0c01050f9717 |
| child 162 | b87f018a53f9 |
--- a/src/cm/views/site.py Thu Feb 11 16:28:10 2010 +0100 +++ b/src/cm/views/site.py Thu Feb 11 16:38:39 2010 +0100 @@ -193,7 +193,6 @@ def save_file(self, logo_file): attach = Attachment.objects.create_attachment(filename='wp_logo', data=logo_file.read(), text_version=None) Configuration.objects.set_key('workspace_logo_file_key', attach.key) - print attach.key @has_global_perm('can_manage_workspace') def settingss(request):