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