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

The fundraising text for 1000$ donors is inconsistent #1766

Open
alexgmin opened this issue Nov 23, 2024 · 5 comments
Open

The fundraising text for 1000$ donors is inconsistent #1766

alexgmin opened this issue Nov 23, 2024 · 5 comments
Assignees
Labels
fundraising on hold python Pull requests that update Python code

Comments

@alexgmin
Copy link
Contributor

In the fundraising page it says "Leadership-level donors contribute $1,000 or more in a calendar year. "

{% blocktranslate trimmed with amount=display_logo_amount|intcomma %}
Leadership-level donors contribute ${{ amount }} or
more in a calendar year.
{% endblocktranslate %}

However in the page individual donators see it says this "If you've donated at least US $1000, you can submit your logo and we will display it, too."

logo = forms.FileField(
required=False,
help_text=_(
"If you've donated at least US $%d, you can submit your logo and "
"we will display it, too."
)
% LEADERSHIP_LEVEL_AMOUNT,
)

One implies you have to donate 1000$ in a year, the other 1000$ in total over any period of time.

The correct one is the first as far as I've been told, but someone from the board should confirm.

@alexgmin alexgmin changed the title The fundraising text for 1000$ donors is incosistent The fundraising text for 1000$ donors is inconsistent Nov 23, 2024
@arpan8925
Copy link
Contributor

Please confirm, Will
Work in this issue too, after confirmation

@bmispelon bmispelon added on hold fundraising python Pull requests that update Python code good first issue Good for newcomers labels Nov 24, 2024
@bmispelon
Copy link
Member

bmispelon commented Nov 24, 2024

Nice catch Alex! 💯

I'm marking this as "on hold" pending confirmation from the DSF board as to which version is correct.

@Mamatha1718
Copy link

"If you've donated at least US $%d in a calendar year, you can submit your logo and "
"we will display it, too."
These changes need.
please assign to me , I will work on this

@thibaudcolas thibaudcolas self-assigned this Dec 4, 2024
@thibaudcolas
Copy link
Member

thank you, I’ll follow up internally to make sure I understand the intention there and get back to this thread

@thibaudcolas thibaudcolas removed the good first issue Good for newcomers label Dec 4, 2024
@Mamatha1718
Copy link

Thank you for your response. I've already created a pull request for this change. Please assign it to me and review my pull request, and let me know if there are any adjustments or improvements needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fundraising on hold python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

5 participants