Skip to content

Commit

Permalink
Merge pull request #1042 from amakarudze/remove-gitter
Browse files Browse the repository at this point in the history
Hide none from crowdfunding page
  • Loading branch information
amakarudze authored Oct 16, 2024
2 parents 3bd710e + 832270f commit 4d0a2f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/donations/crowdfunding.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ <h2>{% trans "πŸŽ‰πŸŽπŸŽˆπŸŽŠ We are 10 years old now and crowdfunding πŸŽ‚πŸ₯‚
<div class="col-md-6">
</div>
<div class="col-md-6">
<h3>{% blocktrans trimmed %}
<h3>{% if total_raised %}
{% blocktrans trimmed %}
<span class="highlighted-number">${{ total_raised }}</span> of <span class="highlighted-number">$30,000</span> raised.
{% endblocktrans %}
{% endif %}
</h3>
</div>
</div>
Expand Down

0 comments on commit 4d0a2f8

Please sign in to comment.