From 3e41ee407e7140c853301f5fcbdb9bf853b8b480 Mon Sep 17 00:00:00 2001 From: house-ben Date: Thu, 9 Apr 2026 14:01:02 -0400 Subject: Update Leaders donation limit text (#2191) Text updated for leadership-level donors to match Heroes section of fundraising page --- .../templates/fundraising/includes/display_django_heroes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/djangoproject/templates/fundraising/includes/display_django_heroes.html b/djangoproject/templates/fundraising/includes/display_django_heroes.html index c321b521..ccf13cb7 100644 --- a/djangoproject/templates/fundraising/includes/display_django_heroes.html +++ b/djangoproject/templates/fundraising/includes/display_django_heroes.html @@ -64,8 +64,8 @@ Leaders (${{ amount }}+){% endblocktranslate %}

{% blocktranslate trimmed with amount=display_logo_amount|intcomma %} - Leadership-level donors contribute ${{ amount }} or - more in a calendar year. + Leadership-level donors contribute at least ${{ amount }} + and have donated in the last {{ display_donor_days }} days. {% endblocktranslate %}

-- cgit v1.3