We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a MembershipLevel model with admin, plus vars in settings.py:
MIN_DONATION_TO_BECOME_MEMBER = '30.00' MIN_DONATION_TO_BECOME_COUNCIL = '1000.00' HIGH_LEVEL_DONATION_CUTOFF = '50.00'
This needs to be handled in one place. This is also related to donation dropdown amounts.
The text was updated successfully, but these errors were encountered:
protonpopsicle
No branches or pull requests
We have a MembershipLevel model with admin, plus vars in settings.py:
MIN_DONATION_TO_BECOME_MEMBER = '30.00'
MIN_DONATION_TO_BECOME_COUNCIL = '1000.00'
HIGH_LEVEL_DONATION_CUTOFF = '50.00'
This needs to be handled in one place. This is also related to donation dropdown amounts.
The text was updated successfully, but these errors were encountered: