Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
uploader was setting slightly wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Dec 29, 2012
1 parent 4d388a4 commit be87703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileupload/views.py
Expand Up @@ -137,7 +137,7 @@ def multiuploader(request):
file_url = settings.MULTI_IMAGE_URL+'/'+image.key_data+'/'
except AttributeError:
file_delete_url = '/upload/delete/'
file_url = '/image/'+str(image.image)
file_url = '/images/'+str(image.image)

#generating json response array
result = []
Expand Down

0 comments on commit be87703

Please sign in to comment.