diff --git a/imagekit/templatetags/imagekit_tags.py b/imagekit/templatetags/imagekit_tags.py index 959d479..b0b981b 100644 --- a/imagekit/templatetags/imagekit_tags.py +++ b/imagekit/templatetags/imagekit_tags.py @@ -35,8 +35,6 @@ class SpecResultNodeMixin(object): autodiscover() spec_id = self._spec_id.resolve(context) spec = specs.registry.get_spec(spec_id) # TODO: What "hints" here? - if callable(spec): - spec = spec() return spec def get_source_file(self, context):