fix match goal double

This commit is contained in:
Daniel Pono Takamori 2025-11-26 09:45:49 -08:00
parent c372a9e44f
commit 886bad356d

View file

@ -12,11 +12,11 @@
{% if sitefundgoal.days_remaining == 0 %}
For the next {{ sitefundgoal.hours_remaining }} hour{{ sitefundgoal.hours_remaining|pluralize }} <strong>only</strong>, the
{% elif sitefundgoal.days_remaining == 1 %}
Help us reach our goal of <b>$409,774</b> this season to keep SFC going. Through tomorrow only, the
Help us reach our goal of <b>$423,854</b> this season to keep SFC going. Through tomorrow only, the
{% elif sitefundgoal.days_remaining < 14 %}
Help us reach our goal of <b>$409,774</b> this season to keep SFC going. For only {{ sitefundgoal.days_remaining }} more days, the
Help us reach our goal of <b>$423,854</b> this season to keep SFC going. For only {{ sitefundgoal.days_remaining }} more days, the
{% else %}
Help us reach our goal of <b>$409,774</b> this season to keep SFC going. Until January 15, the
Help us reach our goal of <b>$423,854</b> this season to keep SFC going. Until January 15, the
{% endif %}
next <b>${{ sitefundgoal.match_remaining|floatformat:0|intcomma }}</b> of <a href="/sustainer/">support we receive</a> will be matched!
{% endif %}