forked from 0x2620/pandora
end
This commit is contained in:
parent
e48e20ad6b
commit
7754534347
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def addAnnotation(request):
|
||||||
item=item,
|
item=item,
|
||||||
layer=layer,
|
layer=layer,
|
||||||
user=request.user,
|
user=request.user,
|
||||||
start=float(data['start']), start=float(data['end']),
|
start=float(data['start']), end=float(data['end']),
|
||||||
value=data['value']
|
value=data['value']
|
||||||
)
|
)
|
||||||
annotation.save()
|
annotation.save()
|
||||||
|
|
Loading…
Reference in a new issue