diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 51ca7c1fe81d583f82034d689a997aef8064c7c8..080f458014b64a4b4840505ce5f474588b7a6b0b 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -63,7 +63,7 @@ this_match_remaining: this_match_goal - this_match_so_far {% endcomment %} {% comment %} -{% if sitefundgoal and sitefundgoal.fundraiser_so_far_amount %} +{% if sitefundgoal %} {% with this_match_goal=sitefundgoal.fundraiser_goal_amount this_match_so_far=sitefundgoal.fundraiser_so_far_amount %} {% with this_match_remaining=this_match_goal|subtract:this_match_so_far %}
@@ -72,9 +72,11 @@ this_match_remaining: this_match_goal - this_match_so_far Thanks to {{ sitegoal.fundraiser_donation_count|intcomma }} Supporters we earned our full match! Help us go further to stand up for software freedom — sign up now! {% else %} - The next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and an anonymous donor! Support Conservancy today! + The next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and a group of generous donors, including {{ sitefundgoal.random_providers }}! Support Conservancy today! {% endif %}

+ +{% if sitefundgoal.fundraiser_so_far_amount %}
We've matched @@ -88,6 +90,8 @@ this_match_remaining: this_match_goal - this_match_so_far so far!
+{% endif %} +
{% endwith %} {% endwith %}