diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 1d3df6be4f7917d38f7a4184a2c32aa6fa44c79c..c009d875ecd71d16674dbae8612f8bd5cc28bc89 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -135,15 +135,15 @@
{% if this_match_remaining <= 0 %} -
- ${{ this_match_goal|floatformat:0|intcomma }} matched! +
+ ${{ this_match_goal|floatformat:0|intcomma }} matched!
{% else %} -
- ${{ this_match_so_far|floatformat:0|intcomma }} matched! +
+ ${{ this_match_so_far|floatformat:0|intcomma }} matched!
-
- ${{ this_match_remaining|floatformat:0|intcomma }} to go! +
+ ${{ this_match_remaining|floatformat:0|intcomma }} to go!
{% endif %}