File diff 801b145757bf → a4690092b5bb
www/conservancy/templates/sponsors.html
Show inline comments
...
 
@@ -54,12 +54,13 @@ any of its sponsors.</p>
 

	
 
<p>Conservancy Sustainers are individuals (or small companies) who give $120
 
  or more annually as part of <a href="/sustainer/">the Official Conservancy
 
  Sustainer program</a>.  Those who request public acknowledgment are listed
 
  here in order by the date when they first joined the Sustainer program:</p>
 

	
 
<a id="supporters"/>
 
<ul id="sustainers">
 
<li>Anonymous ({{ anonymous_count }} people)</li>
 
{% for ss in supporters %}
 
<li>{{ ss.display_name }}</li>
 
{% endfor %}
 
</ul>