return annotation layer by default

This commit is contained in:
j 2018-10-09 19:44:12 +02:00
parent 93c654c014
commit 04e1adf53e
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ class Annotation(models.Model):
'in': self.start,
'out': self.end,
'value': self.value,
'layer': self.layer,
'created': self.created,
'modified': self.modified,
}