From f1e0fa5258474a85de75e08764d5c282feace9c2 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 18 Jan 2016 20:23:48 -0800 Subject: [PATCH] Switch to using variable here --- www/conservancy/templates/base_conservancy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}