diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 396a5fb29ce35731c8ec7c5d41aebfb29f691784..acecb88d9920229ee4e1c313b7427e58ae2ffc5d 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -1,5 +1,7 @@ {% load humanize %} {% load subtract %} +{% load min %} + @@ -55,8 +57,7 @@
{{ sitefundgoal.fundraiser_so_far_amount|intcomma }} have joined so far {% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %} -{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 83 %} - and match pledges reduced our 2,500 maximum need by {{ sitefundgoal.fundraiser_donation_count_disclose_threshold|intcomma }} + and match pledges reduced our 2,500 maximum need by {{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:83|intcomma }} {% endif %} {% endif %} !