diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index bac808e53c68914ebe2b90e0bceffe7ab4ac99e8..06f459838a1f9bd42a650cd58ca6b96348777f9e 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -17,12 +17,7 @@ - - - - - {% block head %}{% endblock %} @@ -114,8 +109,9 @@ {% if sitefundgoal and sitefundgoal.fundraiser_so_far_amount and datetime_now < sitefundgoal_endtime %} {% with this_match_goal=sitefundgoal.fundraiser_goal_amount this_match_so_far=sitefundgoal.fundraiser_so_far_amount %} {% with this_match_remaining=this_match_goal|subtract:this_match_so_far sitefundgoal_timeleft=sitefundgoal_endtime|subtract:datetime_now %} -
-

+

+
+
{% if this_match_remaining <= 0 %} Thanks to {{ sitegoal.fundraiser_donation_count|intcomma }} Sustainers we earned our full match! Help us go further to stand up for software freedom — sign up now! @@ -134,24 +130,28 @@ next ${{ this_match_remaining|floatformat:0|intcomma }} of support we receive will be matched! {% endif %} -

+
{% if sitefundgoal.fundraiser_so_far_amount %} -
{% endwith %} {% endwith %}