fix match goal double
This commit is contained in:
parent
c372a9e44f
commit
886bad356d
1 changed files with 3 additions and 3 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue