Files @ 70b8aa07aee4
Branch filter:

Location: website/conservancy/templates/base_about.html

bsturmfels
Simplify settings and move some standard settings into settings.py

These were previously in djangocommonsettings.py, but don't ever vary between
development and production environments.
{% extends "base_conservancy.html" %}
{% block category %}WhoWeAre{% endblock %}
{% block outercontent %}
    <div id="container" class="mw8 center ph2 ph3">
         <div id="mainContent">{% block content %}{% endblock %}</div>
         <div id="sidebar" class="{% block submenuselection %}{% endblock %}">
            <h2>Who We Are</h2>
            {% include 'submenus/who_we_are_partial.html' %}
         </div>
   </div>
{% endblock %}