diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 080f458014b64a4b4840505ce5f474588b7a6b0b..1e12166afe32749772eac7d69261df8bb4abd564 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -62,7 +62,6 @@ 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 %} @@ -96,7 +95,6 @@ this_match_remaining: this_match_goal - this_match_so_far {% endwith %} {% endwith %} {% endif %} -{% endcomment %} {% block outercontent %}
{% block content %}{% endblock %}
{% endblock %}