diff --git a/templates/user/import/index.html b/templates/user/import/index.html index 635b4fd..5f71b8a 100644 --- a/templates/user/import/index.html +++ b/templates/user/import/index.html @@ -27,10 +27,10 @@ $('#load_button').addClass('disabled'); var file = files[0]; - if (file.type != 'text/csv') { - alert("{{_('Upload CSV only')}}"); - return; - } + //if (file.type != 'text/csv') { + // alert("{{_('Upload CSV only')}}"); + // return; + //} var form_data = new FormData(); form_data.append('csv_file', file, file.name); @@ -108,4 +108,4 @@

-{% endblock %} \ No newline at end of file +{% endblock %}