Change header to be how many more we need.
This commit is contained in:
parent
05652a27c1
commit
40221fcc81
1 changed files with 3 additions and 3 deletions
|
@ -50,8 +50,8 @@
|
||||||
avoid hibernating its enforcement efforts.
|
avoid hibernating its enforcement efforts.
|
||||||
{% else %}
|
{% else %}
|
||||||
<em>Conservancy will continue our basic community services, thanks to our
|
<em>Conservancy will continue our basic community services, thanks to our
|
||||||
first <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters! However, we still need a total of
|
first <span id="site-fundraiser-middle-goal">{{ sitefundgoal.fundraiser_donation_count|intcomma }}</span> Supporters! We still need
|
||||||
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> Supporters to avoid reducing licensing work & hibernating our
|
<span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold|subtract:sitefundgoal.fundraiser_so_far_amount|intcomma }}</span> more Supporters to avoid reducing licensing work & hibernating our
|
||||||
enforcement efforts.
|
enforcement efforts.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
|
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 632 %}
|
||||||
|
@ -67,7 +67,7 @@ Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|s
|
||||||
joined beyond that.
|
joined beyond that.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
|
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
|
||||||
Also, match pledges reduced our 2,500 maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:632|intcomma }}</span>
|
Also, match pledges reduced our <span id="site-fundraiser-final-goal">{{ sitefundgoal.fundraiser_goal_amount|intcomma }}</span> maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:632|intcomma }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
!</div></a>
|
!</div></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue