Rename upload-pin to create-image

It didn't make sense to call it upload-pin as it is being used only for
creating the Image object.
This commit is contained in:
Krzysztof Klimonda
2013-03-02 12:01:07 -08:00
parent 435c41e450
commit 68e01b5a39
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ $(window).load(function() {
// Drag and Drop Upload
$('#pin-form-image-upload').fineUploader({
request: {
endpoint: '/pins/upload-pin/',
endpoint: '/pins/create-image/',
paramsInBody: true,
multiple: false,
validation: {