Changeset - fe5e5ae85d9a
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2016-03-02 21:39:39
bkuhn@ebb.org
This min should no longer be here.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -69,7 +69,7 @@ Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|s
 
    joined beyond that.
 
{% endif %}
 
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}
 
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>
 
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|intcomma }}</span>
 
{% endif %}
 
!</div></a>
 
</div>
0 comments (0 inline, 0 general)