export layers as srt

This commit is contained in:
j 2012-01-02 22:38:19 +05:30
commit 9cc90ec245
4 changed files with 24 additions and 0 deletions

View file

@ -203,3 +203,4 @@ def editAnnotation(request):
response = json_response(status=403, text='permission denied')
return render_to_json_response(response)
actions.register(editAnnotation, cache=False)