From 1a9461152be7b51f367abaa6e4714495b2ba334b Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 14 Jan 2026 14:05:53 -0800 Subject: [PATCH] fix various copoy --- .../templates/fundgoal/fundraiser_goal_banner_partial.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html b/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html index f6e131b3..6f716797 100644 --- a/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html +++ b/conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html @@ -27,7 +27,8 @@ {% else %} {# ELSE LEVEL 0.1.0 when (sitefundgoal1.days_remaining < 0) #} {# The problem with automating this is that it does not actually test here if we made the match or not; we are usually watching it so carefully that it should not matter? We also have made ever match we did since 2015, so no one has probably thought hard about this problem. -- bkuhn #} Thanks to all our donors who participated in our historic donation match challenge! - Thanks to all of you, we raised our goal of $503,878 to support software freedom: + Thanks to all of you, we raised our goal of $503,878. + Help us go further to stand up for software freedom — sign up now! {% endif %} {# ENDIF LEVEL 0.1.0 (whether or not there are any sitefundgoal1.days_remaining) #}
@@ -65,7 +66,6 @@ {% if sitefundgoal0.days_remaining >= 0 %} {# IF LEVEL 0.1.3 #} {% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1.3.0 #} Thanks to so many donors, we earned our full match! - Help us go further to stand up for software freedom — sign up now! {% else %} {# ELSE LEVEL 0.1.3.0 when sitefundgoal0.match_remaining > 0 #} {% if sitefundgoal0.days_remaining == 0 %} {# IF LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #} For only the next {{ sitefundgoal0.hours_remaining }} hour{{ sitefundgoal0.hours_remaining|pluralize }}, the @@ -81,6 +81,7 @@ {% else %} {# ENDIF LEVEL 0.1.3, when sitefundgoal0.days_remaining < 0 #} {# The problem with automating this is that it does not actually test here if we made the match or not; we are usually watching it so carefully that it should not matter? We also have made ever match we did since 2015, so no one has probably thought hard about this problem. -- bkuhn #} Thanks to all our donors who participated in our historic donation match challenge! + Help us go further to stand up for software freedom — sign up now! {% endif %} {# ENDIF LEVEL 0.1.3, testing if there are any sitefundgoal0.days_remaining left #}