Skip to content

The fundraising text for 1000$ donors is inconsistent #1766

@alexgmin

Description

@alexgmin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions