From 0c4d9738c63e6dec565303488205b74074ea4de1 Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Sat, 20 Oct 2012 23:44:13 -0400 Subject: [PATCH] Add TODO --- imagekit/templatetags/imagekit_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagekit/templatetags/imagekit_tags.py b/imagekit/templatetags/imagekit_tags.py index b092ca4..959d479 100644 --- a/imagekit/templatetags/imagekit_tags.py +++ b/imagekit/templatetags/imagekit_tags.py @@ -34,7 +34,7 @@ class SpecResultNodeMixin(object): from ..utils import autodiscover autodiscover() spec_id = self._spec_id.resolve(context) - spec = specs.registry.get_spec(spec_id) + spec = specs.registry.get_spec(spec_id) # TODO: What "hints" here? if callable(spec): spec = spec() return spec