Changeset - d88869ff923b
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-04 02:52:02
bkuhn@ebb.org
Minor typo and formatting fixes.
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/about/filings/index.html
Show inline comments
 
{% extends "base_about.html" %}
 
{% block subtitle %}About - {% endblock %}
 
{% block submenuselection %}Filings{% endblock %}
 
{% block content %}
 

	
 
<h1>Public Filings</h1>
...
 
@@ -22,3 +23,4 @@ Conservancy's FY 2009 Form 990 and CHAR-500 should be available circa 2010-10-25
 
    CHAR-500 (PDF)</a></li>
 
</li>
 
</ul></p>
 
{% endblock %}
www/conservancy/static/about/officers/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% extends "base_about.html" %}
 
{% block subtitle %}Officers - {% endblock %}
 
{% block category %}officers{% endblock %}
 
{% block submenuselection %}Officers{% endblock %}
 
{% block content %}
 

	
 
<h1>Officers</h1>
0 comments (0 inline, 0 general)