Fix bug where you couldn't upload files with spaces in the name
As part of this, replace to the jquery-file-upload plugin with a simple fetch() call.
This commit is contained in:
@ -350,8 +350,5 @@ class LongCaseStudyForm(BaseCaseStudyForm):
|
||||
|
||||
class Media:
|
||||
js = (
|
||||
'files/jquery.ui.widget.js',
|
||||
'files/jquery.iframe-transport.js',
|
||||
'files/jquery.fileupload.js',
|
||||
'files/upload.js',
|
||||
)
|
||||
|
Reference in New Issue
Block a user