make copy both situations match
This commit is contained in:
parent
1a2e7214af
commit
cf6d469f8f
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,8 @@
|
||||||
{% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1 #}
|
{% if sitefundgoal0.match_remaining <= 0 %} {# IF LEVEL 0.1 #}
|
||||||
{% if sitefundgoal1.days_remaining >= 0 %} {# IF LEVEL 0.1.0 #}
|
{% if sitefundgoal1.days_remaining >= 0 %} {# IF LEVEL 0.1.0 #}
|
||||||
{% if sitefundgoal1.match_remaining <= 0 %} {# IF LEVEL 0.1.0.0 #}
|
{% if sitefundgoal1.match_remaining <= 0 %} {# IF LEVEL 0.1.0.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 so many donors, we earned our full original match donation — <em>as well as</em> our <strong>extended</strong> match!
|
Thanks to all of you, we raised our goal of <b>$503,878</b> to support software freedom:
|
||||||
Help us go further to stand up for software freedom — <a href="/sustainer">sign up now</a>!
|
|
||||||
{% else %} {# ELSE LEVEL 0.1.0.0 when sitefundgoal1.match_remaining > 0 #}
|
{% else %} {# ELSE LEVEL 0.1.0.0 when sitefundgoal1.match_remaining > 0 #}
|
||||||
Thanks to so many donors, we met <em>our largest match donation ever of <strong>$211,939</strong></em>.
|
Thanks to so many donors, we met <em>our largest match donation ever of <strong>$211,939</strong></em>.
|
||||||
Two generous anonymous donors has provided <em>another ${{ sitefundgoal1.fundraiser_goal_amount|floatformat:0|intcomma }}</em> of matching funds.
|
Two generous anonymous donors has provided <em>another ${{ sitefundgoal1.fundraiser_goal_amount|floatformat:0|intcomma }}</em> of matching funds.
|
||||||
|
|
@ -26,6 +25,7 @@
|
||||||
next <b>${{ sitefundgoal1.match_remaining|floatformat:0|intcomma }}</b> of <a href="/sustainer/">financial support we receive</a> will be matched!
|
next <b>${{ sitefundgoal1.match_remaining|floatformat:0|intcomma }}</b> of <a href="/sustainer/">financial support we receive</a> will be matched!
|
||||||
{% endif %} {# ENDIF LEVEL 0.1.0.0 (testing whether or not sitefundgoal1.match_remaining has anything left in it) #}
|
{% endif %} {# ENDIF LEVEL 0.1.0.0 (testing whether or not sitefundgoal1.match_remaining has anything left in it) #}
|
||||||
{% 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 #}
|
||||||
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> to support software freedom:
|
||||||
{% 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) #}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue