diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 6f64fb583d27bb15a93ea094bf0b13072239d739..82dc673b1c559491b6911a2c920ddd61ce94ddaf 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -62,6 +62,7 @@ this_match_remaining: this_match_goal - this_match_so_far {% endcomment %} +{% if sitefundgoal and sitefundgoal.fundraiser_so_far_amount %} {% 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 %}
@@ -89,6 +90,7 @@ this_match_remaining: this_match_goal - this_match_so_far
{% endwith %} {% endwith %} +{% endif %} {% block outercontent %}
{% block content %}{% endblock %}
{% endblock %}