Failed to upload this total as well.

Bar was not updating from the right without this change.
This commit is contained in:
Bradley M. Kuhn 2015-12-18 15:42:10 -08:00
parent 4b5dbc98dc
commit a492430379

View file

@ -57,7 +57,7 @@
<a href="/supporter"><div id="siteprogressbar">
<span id="site-fundraiser-so-far">{{ sitefundgoal.fundraiser_so_far_amount|intcomma }}</span> have joined so far
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
and match pledges reduced our 2,500 maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:133|intcomma }}</span>
and match pledges reduced our 2,500 maximum need by <span id="site-fundraiser-match-count">{{ sitefundgoal.fundraiser_donation_count_disclose_threshold|min:216|intcomma }}</span>
{% endif %}
!</div></a>
</div>