Merge pull request #2951 from HyphaApp/fix/file-type-validation
Add js validation for acceptable file types for all uploads
No related branches found
No related tags found
Showing
- hypha/apply/funds/files.py 6 additions, 3 deletionshypha/apply/funds/files.py
- hypha/apply/funds/templates/funds/applicationsubmission_form.html 0 additions, 1 deletion...ply/funds/templates/funds/applicationsubmission_form.html
- hypha/apply/projects/templates/application_projects/invoice_form.html 0 additions, 4 deletions...projects/templates/application_projects/invoice_form.html
- hypha/apply/projects/templates/application_projects/project_approval_form.html 0 additions, 1 deletion...templates/application_projects/project_approval_form.html
- hypha/apply/projects/templates/application_projects/report_form.html 0 additions, 1 deletion.../projects/templates/application_projects/report_form.html
- hypha/apply/projects/templates/application_projects/vendor_form.html 0 additions, 1 deletion.../projects/templates/application_projects/vendor_form.html
- hypha/apply/projects/templates/application_projects/vendor_success.html 0 additions, 4 deletions...ojects/templates/application_projects/vendor_success.html
- hypha/static_src/src/javascript/apply/list-input-files.js 0 additions, 20 deletionshypha/static_src/src/javascript/apply/list-input-files.js
- requirements.txt 2 additions, 1 deletionrequirements.txt
... | @@ -13,7 +13,8 @@ django-basic-auth-ip-whitelist==0.3.4 | ... | @@ -13,7 +13,8 @@ django-basic-auth-ip-whitelist==0.3.4 |
django-bleach==3.0.0 | django-bleach==3.0.0 | ||
django-countries==7.2.1 | django-countries==7.2.1 | ||
django-extensions==3.1.5 | django-extensions==3.1.5 | ||
django-file-form==3.3.0 | # django-file-form==3.3.0 | ||
git+https://github.com/theskumar/django-file-form.git@feature/error-message-invalid-files | |||
django-filter==2.4.0 | django-filter==2.4.0 | ||
django-fsm==2.8.0 | django-fsm==2.8.0 | ||
django-heroku==0.3.1 | django-heroku==0.3.1 | ||
... | ... |
Please register or sign in to comment