forked from 0x2620/pandora
typo
This commit is contained in:
parent
f7bbcf027a
commit
f144a020ec
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue