mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-02 02:24:42 +00:00
Missing var
This commit is contained in:
parent
7a391255a0
commit
281ebb8315
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
};
|
||||
|
||||
var sendFile = function(file) {
|
||||
form = new FormData();
|
||||
var form = new FormData();
|
||||
form.append("image", file);
|
||||
form.append("csrfmiddlewaretoken", getCookie('csrftoken'));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue