no more html value

This commit is contained in:
j 2011-02-10 00:32:04 +05:30
parent 47d059d17c
commit 394834de55

View File

@ -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')
}