website/www/conservancy/static/about/staff/index.html

9 lines
231 B
HTML
Raw Normal View History

2010-10-04 02:53:42 +00:00
{% extends "base_about.html" %}
{% block subtitle %}Staff - {% endblock %}
{% block content %}
<h1>{% block submenuselection %}Staff{% endblock %}</h1>
<p>Conservancy is currently supported without paid staff.</p>
2010-10-04 03:09:43 +00:00
{% endblock %}