Skip to content

Commit a328c6c

Browse files
committed
Respect evergreen in progress
1 parent dbee95e commit a328c6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readthedocs/donate/templates/donate/progress.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ <h2>Status</h2>
6161
</div>
6262
</li>
6363
{% endif %}
64+
{% if not evergreen %}
65+
<li><b>{{ donate_percent }}%</b> funded</li>
66+
<li><b>${{ donate_amount }}</b> contributed to $24,000 goal</li>
67+
{% else %}
6468
<li><b>${{ donate_amount }}</b> contributed</li>
69+
{% endif %}
6570
<li><b>${{ donate_avg }}</b> average contribution</li>
6671
<li><b>{{ donate_count }}</b> <a href="{% url 'donate' %}#supporters">Supporters</a></li>
6772
</ul>

0 commit comments

Comments
 (0)