Fix typo
This commit is contained in:
parent
79361cdf97
commit
02ca52e2f0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<div class="mw8 center ph2 ph4-ns">
|
<div class="mw8 center ph2 ph4-ns">
|
||||||
<div class="mt2 mb3 tc">
|
<div class="mt2 mb3 tc">
|
||||||
{% if sitefundgoal.days_remaining >= 0 %}
|
{% if sitefundgoal.days_remaining >= 0 %}
|
||||||
{% if fundgoal.match_remaining <= 0 %}
|
{% if sitefundgoal.match_remaining <= 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>!
|
Help us go further to stand up for software freedom — <a href="/sustainer">sign up now</a>!
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue