base: Fundraiser banner only shows days left when time is short.
This commit is contained in:
parent
67e64d3a6c
commit
b81afe467b
1 changed files with 3 additions and 1 deletions
|
@ -82,8 +82,10 @@
|
||||||
Through today only, the
|
Through today only, the
|
||||||
{% elif sitefundgoal_timeleft.days == 1 %}
|
{% elif sitefundgoal_timeleft.days == 1 %}
|
||||||
Through tomorrow only, the
|
Through tomorrow only, the
|
||||||
{% else %}
|
{% elif sitefundgoal_timeleft.days < 14 %}
|
||||||
For only {{ sitefundgoal_timeleft.days }} more days, the
|
For only {{ sitefundgoal_timeleft.days }} more days, the
|
||||||
|
{% else %}
|
||||||
|
The
|
||||||
{% endif %}
|
{% endif %}
|
||||||
next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and a group of generous donors, including {{ sitefundgoal.random_providers }}! <a href="/supporter/">Support Conservancy today!</a>
|
next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched thanks to Private Internet Access and a group of generous donors, including {{ sitefundgoal.random_providers }}! <a href="/supporter/">Support Conservancy today!</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue