|
|
|
@ -427,4 +427,4 @@ def add_note(request, slug): |
|
|
|
args['not_authorized'] = True |
|
|
|
args['not_authorized'] = True |
|
|
|
args['success'] = True |
|
|
|
args['success'] = True |
|
|
|
|
|
|
|
|
|
|
|
return HttpResponse(json.dumps(args), content_type='application/json') |
|
|
|
return HttpResponse(json.dumps(args), content_type='application/json') |
|
|
|
|