base: Take down fundraiser progressbar.

Per Karen in e-mail.
This commit is contained in:
Brett Smith 2018-01-21 11:46:31 -05:00
parent 9e8daa2eba
commit e829a74ef8

View file

@ -62,6 +62,7 @@ this_match_remaining: this_match_goal - this_match_so_far
{% endcomment %} {% endcomment %}
{% comment %}
{% if sitefundgoal and sitefundgoal.fundraiser_so_far_amount %} {% 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_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 %} {% with this_match_remaining=this_match_goal|subtract:this_match_so_far %}
@ -91,6 +92,7 @@ this_match_remaining: this_match_goal - this_match_so_far
{% endwith %} {% endwith %}
{% endwith %} {% endwith %}
{% endif %} {% endif %}
{% endcomment %}
{% block outercontent %}<div id="mainContent"> {% block content %}{% endblock %}</div>{% endblock %} {% block outercontent %}<div id="mainContent"> {% block content %}{% endblock %}</div>{% endblock %}
<div id="conservancyfooter"> <div id="conservancyfooter">