Due to confusion about "members" and "supporters", we want at least the menu navigation to not use the phrase "members" since some Supporters expect that to refer to a type of donor. While we will not be rebranding "member projects" fully at this time, we want to favor the term projects. A few additional changes, in particular moving files from members/ -> projects/ directory will be needed in next commit.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			688 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			688 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base_conservancy.html" %}
 | 
						|
{% block outercontent %}
 | 
						|
    <div id="container">
 | 
						|
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
 | 
						|
            <h2>{% block category %}Projects{% endblock %} & 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 %}
 |