Closed python-force closed 7 years ago
Here https://github.com/gkuhn1/django-admin-multiupload/blob/master/multiupload/templates/multiupload/upload.html
<!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js"></script><![endif]-->
It should be
<!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js' %}"></script><![endif]-->
Thanks @python-force. Fixed in PR #24 and merged to master.
My pleasure. Thank you
Here https://github.com/gkuhn1/django-admin-multiupload/blob/master/multiupload/templates/multiupload/upload.html
<!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js"></script><![endif]-->
It should be
<!--[if gte IE 8]><script src="{% static 'jquery/jquery.xdr-transport.js' %}"></script><![endif]-->