Changeset - 02ca52e2f0a0
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-03-21 02:54:49
ben@sturm.com.au
Fix typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/fundgoal/templates/fundgoal/fundraiser_goal_banner_partial.html
Show inline comments
...
 
@@ -3,13 +3,13 @@
 

	
 
{% if sitefundgoal.days_remaining >= -7 %}{# i.e. 7 days over completion #}
 
  <div class="fundraiser-top-text ph3 pt2 pb3 mb2 mb3-ns">
 
    <div class="mw8 center ph2 ph4-ns">
 
      <div class="mt2 mb3 tc">
 
        {% 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!
 
            Help us go further to stand up for software freedom &mdash; <a href="/sustainer">sign up now</a>!
 
          {% else %}
 
            {% 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 %}
0 comments (0 inline, 0 general)