diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 6c7fc3f6..080f4580 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 %}