Minor typo and formatting fixes.

This commit is contained in:
Bradley M. Kuhn 2010-10-03 22:52:02 -04:00
parent 3ea00297ec
commit d88869ff92
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{% extends "base_about.html" %} {% extends "base_about.html" %}
{% block subtitle %}About - {% endblock %} {% block subtitle %}About - {% endblock %}
{% block submenuselection %}Filings{% endblock %}
{% block content %} {% block content %}
<h1>Public Filings</h1> <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> CHAR-500 (PDF)</a></li>
</li> </li>
</ul></p> </ul></p>
{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "base_conservancy.html" %} {% extends "base_about.html" %}
{% block subtitle %}Officers - {% endblock %} {% block subtitle %}Officers - {% endblock %}
{% block category %}officers{% endblock %} {% block submenuselection %}Officers{% endblock %}
{% block content %} {% block content %}
<h1>Officers</h1> <h1>Officers</h1>