no annotations
This commit is contained in:
parent
ba8b1f2328
commit
d18e7e96fc
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ class Text(models.Model):
|
|||
return annotations
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
annotations = self.get_annotations()
|
||||
self.annotations = annotations
|
||||
#annotations = self.get_annotations()
|
||||
#self.annotations = annotations
|
||||
super().save(*args, **kwargs)
|
||||
|
||||
def json(self):
|
||||
|
|
Loading…
Reference in a new issue