diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 8418e64ec5ef731a087d00cc0dd6504eb88bf38b..6ec1bf3430a35a5d3ea901cde7b8f6be15d62297 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -43,14 +43,14 @@
-{% if sitefundgoal.fundraiser_so_far_amount < 750 %} +{% if sitefundgoal.fundraiser_so_far_amount < sitefundgoal.fundraiser_donation_count %} Conservancy needs {{ sitefundgoal.fundraiser_donation_count|intcomma }} Supporters to continue its basic community services & {{ sitefundgoal.fundraiser_goal_amount|intcomma }} to avoid hibernating its enforcement efforts! {% else %} Conservancy will continue our basic community services, thanks to our - first 750 Supporters! However, we still need a total of + first {{ sitefundgoal.fundraiser_donation_count|intcomma }} Supporters! However, we still need a total of {{ sitefundgoal.fundraiser_goal_amount|intcomma }} Supporters to avoid reducing licensing work and hibernating our enforcement efforts! {% endif %}