Changeset - 42c9866caed9
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-24 15:23:16
bkuhn@ebb.org
New match from Private Internet Access.
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -49,5 +49,5 @@
 
   avoid hibernating its enforcement efforts!
 
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 216 %}
 
   The next {{ 216|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold }} supporters who sign up by December 24th 
 
     will count twice thanks to an anonymous match donor!
 
{% if sitefundgoal.fundraiser_donation_count_disclose_threshold < 416 %}
 
The next {{ 416|subtract:sitefundgoal.fundraiser_donation_count_disclose_threshold }} supporters
 
who sign up by January 31 will count twice, thanks to <a href="https://www.privateinternetaccess.com/">Private Internet Access</a>!
 
{% endif %}
...
 
@@ -57,3 +57,3 @@
 
{% 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:216|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:416|intcomma }}</span>
 
{% endif %}
0 comments (0 inline, 0 general)