Files @ 52b676e3dc39
Branch filter:

Location: website/www/conservancy/templates/base_projects.html - annotation

Bradley M. Kuhn
Substantial update of Member Project Application page.

This page had much out of date material, particularly the timeline
and the types of projects we seek, but also the FAQ section did not
include standard information that we're now regularly giving projects
during intake.

This update attempts to address many of those issues.
{% extends "base_conservancy.html" %}
{% block outercontent %}
    <div id="container">
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
            <h2>{% block category %}Projects{% endblock %} &amp; Services</h2>
            <ul>
            <li class="Current"><a href="/projects/current/">Current Member Projects</a></li>
            <li class="Applying"><a href="/projects/apply/">Applying</a></li>
            <li class="Services"><a href="/projects/services/">Member Project Services</a></li>
            <li class="Policies"><a href="/projects/policies/">Member Project Policies</a></li>
            </ul>
         </div>
               <div id="mainContent">{% block content %}{% endblock %}
               </div>
   </div>
{% endblock %}