Skip to content

Commit e288d07

Browse files
committed
Update donate page with timeless info
Currently we still have our old fundraiser on the donate page. We should make this evergreen, and allow folks to donate at any time.
1 parent e498d8f commit e288d07

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readthedocs/donate/templates/donate/list.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77

88
{% block content %}
99

10-
{% include 'donate/progress.html' with done=True %}
11-
1210
<a name="totals"></a>
1311
<h2>Fundraising Status</h2>
1412

1513
<div>
1614
<ul>
17-
<li><b>{{ donate_percent }}%</b> funded</li>
18-
<li><b>${{ donate_amount }}</b> contributed to $24,000 goal</li>
15+
<li><b>${{ donate_amount }}</b> contributed</li>
1916
<li><b>${{ donate_avg }}</b> average contribution</li>
2017
<li><b>{{ donate_count }}</b> <a href="{% url 'donate' %}#supporters">Supporters</a></li>
2118
</ul>

0 commit comments

Comments
 (0)