From 379b3aba75ce9dfa78030a749524b7b13d37d93b 2016-05-08 03:10:11 From: Martin Michlmayr Date: 2016-05-08 03:10:11 Subject: [PATCH] Fix HTML syntax error - closing span Remove the closing which was never opened. --- diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index f7d3883eccea7149eef7214a9a53817363c1ca5e..4b489fa5ba15d0547ede25a3405f16557c74556d 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -63,7 +63,7 @@ who sign up by the end of Feb. 2 {{ sitefundgoal.fundraiser_so_far_amount|intcomma }} have joined so far. {% if sitefundgoal.fundraiser_so_far_amount > 750 %} -Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }} have +Thus, our 750 goal was achieved & {{ sitefundgoal.fundraiser_so_far_amount|subtract:750|intcomma }} have joined beyond that. {% endif %} {% if sitefundgoal.fundraiser_donation_count_disclose_threshold > 0 %}