diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html
index 8418e64e..6ec1bf34 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 %}