diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 1e12166afe32749772eac7d69261df8bb4abd564..5efbd11e404c6e968bfe575deaedf7d8635ec314 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -71,7 +71,16 @@ this_match_remaining: this_match_goal - this_match_so_far Thanks to {{ sitegoal.fundraiser_donation_count|intcomma }} Supporters we earned our full match! Help us go further to stand up for software freedom — sign up now! {% else %} - The next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and a group of generous donors, including {{ sitefundgoal.random_providers }}! Support Conservancy today! + {% if sitefundgoal_timeleft.total_seconds <= 0 %} + The + {% elif sitefundgoal_timeleft.days == 0 %} + Through today only, the + {% elif sitefundgoal_timeleft.days == 1 %} + Through tomorrow only, the + {% else %} + For only {{ sitefundgoal_timeleft.days }} more days, the + {% endif %} + next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and a group of generous donors, including {{ sitefundgoal.random_providers }}! Support Conservancy today! {% endif %}