Files @ 531a97a3c9af
Branch filter:

Location: website/www/templates/base_standard.html

bsturmfels
Eliminate "conservancy" and "apps" subdirectories

The directory nesting is unnecessary here and confusing to navigate. I've moved
all apps to the project subdirectory, currently called "www", but soon to be
renamed "conservancy".

I've also moved manage.py to the top-level directory.
{% extends "base_conservancy.html" %}

{% block outercontent %}
<div class="mw8 center ph2 ph3">
<div class="internalNavigate">
{% block internal_navigate %}{% endblock %}
</div>

<div class="singleColumn">{% block content %}{% endblock %}</div>
</div>
{% endblock %}