Fixed 403 in mix upload

This commit is contained in:
=
2012-09-20 23:15:29 +01:00
parent 6d65873e7b
commit 8574b42513

View File

@@ -202,6 +202,7 @@ def upload_avatar_image(request):
logger.exception("Error uploading avatar")
return HttpResponse(_get_json("Failed"))
@csrf_exempt
def upload_mix_file_handler(request):
try:
if 'Filedata' in request.FILES and 'upload-hash' in request.POST: