diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 6c7fc3f6cf8fbf8ea9d70fa0fbb626ba923adce9..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 %}
@@ -75,6 +75,8 @@ this_match_remaining: this_match_goal - this_match_so_far 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 %}