diff --git a/templates/donations/crowdfunding.html b/templates/donations/crowdfunding.html index 1c805348..0dc9b2a3 100644 --- a/templates/donations/crowdfunding.html +++ b/templates/donations/crowdfunding.html @@ -14,9 +14,11 @@

{% trans "🎉🎁🎈🎊 We are 10 years old now and crowdfunding 🎂🥂
-

{% blocktrans trimmed %} +

{% if total_raised %} + {% blocktrans trimmed %} ${{ total_raised }} of $30,000 raised. {% endblocktrans %} + {% endif %}