From f144a020eca8fca5d661b7ec66c15d180a7de4aa Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 13 Feb 2015 17:32:12 +0000 Subject: [PATCH] typo --- pandora/annotation/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/annotation/models.py b/pandora/annotation/models.py index bb93de079..c6302405a 100644 --- a/pandora/annotation/models.py +++ b/pandora/annotation/models.py @@ -237,7 +237,7 @@ class Annotation(models.Model): l = self.get_layer() if l['type'] == 'entity': try: - entity = sef.get_entity() + entity = self.get_entity() j['entity'] = entity.json(user=user) j['value'] = entity.html_link() except: