Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for SVG upload in sponsorship application #2352

Conversation

jessiebelle
Copy link
Contributor

@jessiebelle jessiebelle commented Dec 24, 2023

Current behaviour:
Sponsorship application form and application update form do not allow upload of svg's.

  • This PR changes to using FileField instead of ImageField in both forms.
  • this PR also adds file validation to accept svg's and eps (the file types specified in the form's help text)
  • test added to confirm that svg file type can be accepted

…papplicationform. adding django file validator to these two and the sponsor model
@ewdurbin ewdurbin merged commit 56d2c85 into main Jan 2, 2024
3 checks passed
@ewdurbin ewdurbin deleted the 2341-sponsorship-application-does-not-accept-svg-files-for-sponsor-print-logo branch January 2, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sponsorship application does not accept svg files for Sponsor print logo
2 participants