no more html value
This commit is contained in:
parent
47d059d17c
commit
394834de55
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class Annotation(models.Model):
|
|||
'in': self.start,
|
||||
'out': self.end,
|
||||
'value': self.value,
|
||||
'value_html': self.html(),
|
||||
'created': self.created.strftime('%Y-%m-%dT%H:%M:%SZ'),
|
||||
'modified': self.modified.strftime('%Y-%m-%dT%H:%M:%SZ')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue