base: Fundraiser banner only shows days left when time is short.

This commit is contained in:
Brett Smith 2019-11-22 09:46:33 -05:00
parent 67e64d3a6c
commit b81afe467b

View file

@ -82,8 +82,10 @@
Through today only, the
{% elif sitefundgoal_timeleft.days == 1 %}
Through tomorrow only, the
{% else %}
{% elif sitefundgoal_timeleft.days < 14 %}
For only {{ sitefundgoal_timeleft.days }} more days, the
{% else %}
The
{% 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>
{% endif %}