no annotations

This commit is contained in:
j 2021-11-24 12:07:53 +01:00
parent ba8b1f2328
commit d18e7e96fc

View file

@ -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):