base template: Remove match progressbar.
This commit is contained in:
parent
82ec041646
commit
c91fc65984
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ that from count_disclose_threshold to determine how many happened in the
|
||||||
current match.
|
current match.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
{% with this_match_goal=150 this_match_so_far=sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:1076 %}
|
{% 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 %}
|
{% with this_match_remaining=this_match_goal|subtract:this_match_so_far %}
|
||||||
<div class="fundraiser-top-text">
|
<div class="fundraiser-top-text">
|
||||||
|
@ -84,6 +85,7 @@ current match.
|
||||||
</div>
|
</div>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
|
{% 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">
|
||||||
|
|
Loading…
Reference in a new issue