Missing var

This commit is contained in:
adi 2015-10-06 09:42:15 +02:00
parent 7a391255a0
commit 281ebb8315

View file

@ -67,7 +67,7 @@
};
var sendFile = function(file) {
form = new FormData();
var form = new FormData();
form.append("image", file);
form.append("csrfmiddlewaretoken", getCookie('csrftoken'));