diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 11801e0bb5cd8857f0057398a5384c2774874050..52e7295e6be5f3ee0b6df02d523a54a2bb388803 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -57,6 +57,7 @@ that from count_disclose_threshold to determine how many happened in the current match. {% endcomment %} +{% comment %} {% with this_match_goal=150 this_match_so_far=sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:1076 %} {% with this_match_remaining=this_match_goal|subtract:this_match_so_far %}
@@ -84,6 +85,7 @@ current match.
{% endwith %} {% endwith %} +{% endcomment %} {% block outercontent %}
{% block content %}{% endblock %}
{% endblock %}