This commit is contained in:
j 2010-12-29 16:24:41 +05:30
parent e48e20ad6b
commit 7754534347

View file

@ -76,7 +76,7 @@ def addAnnotation(request):
item=item,
layer=layer,
user=request.user,
start=float(data['start']), start=float(data['end']),
start=float(data['start']), end=float(data['end']),
value=data['value']
)
annotation.save()