Files @ b4883ca6bd25
Branch filter:

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

brett
supporter: Make a partial for the supporter form.

This commit shouldn't make any substantial changes to the form or its
presentation. This is just cleaning things up as a development aid.
{% 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="Services"><a href="/projects/services/">Member Project Services</a></li>
            <li class="Applying"><a href="/projects/apply/">Applying</a></li>
            </ul>
         </div>
               <div id="mainContent">{% block content %}{% endblock %}
               </div>
   </div>
{% endblock %}