Minor typo and formatting fixes.
This commit is contained in:
parent
3ea00297ec
commit
d88869ff92
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{% 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 %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% 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>
|
||||
|
|
Loading…
Reference in a new issue