diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 5efbd11e404c6e968bfe575deaedf7d8635ec314..dbf1536803ba15e4b37c4c4c87bc827e4674d493 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 %} +{% comment %} {% 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 %} @@ -104,6 +105,7 @@ this_match_remaining: this_match_goal - this_match_so_far {% endwith %} {% endwith %} {% endif %} +{% endcomment %} {% block outercontent %}
{% block content %}{% endblock %}
{% endblock %}