Fixed source creation bug, that caused invalid links to a non existing

transformation to appear on the sidebar
This commit is contained in:
Roberto Rosario
2011-08-08 08:32:00 -04:00
parent 05537fcf18
commit 32608337c3

View File

@@ -459,7 +459,6 @@ def setup_source_create(request, source_type):
'title': _(u'Create new source of type: %s') % cls.class_fullname(),
'form': form,
'source_type': source_type,
'source': cls,
'navigation_object_name': 'source',
},
context_instance=RequestContext(request))