-
Notifications
You must be signed in to change notification settings - Fork 15
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
Apply for Sponsorship template shows Box form
#4
Comments
Thanks for reporting this @jefftriplett! Any ideas @paltman? |
Looking into this now |
There is some sort of conflict going on here, I suspect the |
Three possible fixes:
I think the best solution is option 2, perhaps in addition to option 3, but option 1 is certainly the fastest and best work around in the short term. |
Added django compress static files finder in prod.py
This kept us guessing for a while, but when a sponsor attempt to apply they see the page's box
form
instead of the sponsorshipform
. I fixed it by disabling the editable form for DCUS, but I wanted to report it upstream in case there's a better fix.Before:
After:
The text was updated successfully, but these errors were encountered: