fix various copoy
This commit is contained in:
parent
cf6d469f8f
commit
1a9461152b
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,8 @@
|
||||||
{% else %} {# ELSE LEVEL 0.1.0 when (sitefundgoal1.days_remaining < 0) #}
|
{% 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 #}
|
{# 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 our donors who participated in our historic donation match challenge!
|
||||||
Thanks to all of you, we raised our goal of <b>$503,878</b> to support software freedom:
|
Thanks to all of you, we raised our goal of <b>$503,878</b>.
|
||||||
|
Help us go further to stand up for software freedom — <a href="/sustainer">sign up now</a>!
|
||||||
{% endif %} {# ENDIF LEVEL 0.1.0 (whether or not there are any sitefundgoal1.days_remaining) #}
|
{% endif %} {# ENDIF LEVEL 0.1.0 (whether or not there are any sitefundgoal1.days_remaining) #}
|
||||||
<a href="/sustainer/" style="text-decoration: none !important">
|
<a href="/sustainer/" style="text-decoration: none !important">
|
||||||
<div id="siteprogressbar" class="flex items-stretch w-100">
|
<div id="siteprogressbar" class="flex items-stretch w-100">
|
||||||
|
|
@ -65,7 +66,6 @@
|
||||||
{% if sitefundgoal0.days_remaining >= 0 %} {# IF LEVEL 0.1.3 #}
|
{% if sitefundgoal0.days_remaining >= 0 %} {# IF LEVEL 0.1.3 #}
|
||||||
{% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1.3.0 #}
|
{% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1.3.0 #}
|
||||||
Thanks to so many donors, we earned our full match!
|
Thanks to so many donors, we earned our full match!
|
||||||
Help us go further to stand up for software freedom — <a href="/sustainer">sign up now</a>!
|
|
||||||
{% else %} {# ELSE LEVEL 0.1.3.0 when sitefundgoal0.match_remaining > 0 #}
|
{% 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 #}
|
{% if sitefundgoal0.days_remaining == 0 %} {# IF LEVEL 0.1.3.0.0 testing options for sitefundgoal0.days_remaining #}
|
||||||
For <strong>only</strong> the next {{ sitefundgoal0.hours_remaining }} hour{{ sitefundgoal0.hours_remaining|pluralize }}, the
|
For <strong>only</strong> 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 #}
|
{% 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 #}
|
{# 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 our donors who participated in our historic donation match challenge!
|
||||||
|
Help us go further to stand up for software freedom — <a href="/sustainer">sign up now</a>!
|
||||||
{% endif %} {# ENDIF LEVEL 0.1.3, testing if there are any sitefundgoal0.days_remaining left #}
|
{% endif %} {# ENDIF LEVEL 0.1.3, testing if there are any sitefundgoal0.days_remaining left #}
|
||||||
<a href="/sustainer/" style="text-decoration: none !important">
|
<a href="/sustainer/" style="text-decoration: none !important">
|
||||||
<div id="siteprogressbar" class="flex items-stretch w-100">
|
<div id="siteprogressbar" class="flex items-stretch w-100">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue