Changeset - f5f1efa6e1a7
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-04-23 17:24:36
bkuhn@ebb.org
Say "et alia" here instead of Contractors, since we have no Contractors listed,
but *do* have Directors Emeriti listed.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/about/outside/index.html
Show inline comments
 
{% extends "base_about.html" %}
 
{% block subtitle %}Outside Counsel & Contractors - {% endblock %}
 
{% block subtitle %}Outside Counsel, et alia - {% endblock %}
 
{% block submenuselection %}Outside{% endblock %}
 
{% block content %}
 
<h1>Outside Counsel</h1>
 

	
 
<h2>Olivier Hugot - Of Counsel, France</h2>
 

	
 
<p>Olivier Hugot is a member of the New York (2003) and Paris (2004) Bars.
 
He advises and represents French and foreign companies in the areas of
 
Internet, luxury and creation. He assists many innovative Internet
 
entrepreneurs and companies, both in formalizing their projects as well as
 
in development during fundraising.</p>
 

	
www/conservancy/templates/base_about.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block outercontent %}
 
    <div id="container">
 
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
 
            <h2>{% block category %}About{% endblock %}</h2>
 
            <ul>
 
            <li class="Contact"><a href="/about/contact">Contact</a></li>
 
            <li class="Directors"><a href="/about/board/">Directors</a></li>
 
            <li class="Officers"><a href="/about/officers/">Officers</a></li>
 
            <li class="Staff"><a href="/about/staff/">Staff</a></li>
 
            <li class="Eval"><a href="/about/eval-committee/">Evaluation Committee</a></li>
 
            <li class="Outside"><a href="/about/outside/">Outside Counsel &amp; Contractors</a></li>
 
            <li class="Outside"><a href="/about/outside/">Outside Counsel, et alia</a></li>
 
            <li class="Filings"><a href="/about/filings/">Filings</a></li>
 
            <li class="License"><a href="/about/license/">License &amp; Sources</a></li>
 
            </ul>
 
         </div>
 
               <div id="mainContent">{% block content %}{% endblock %}
 
               </div>
 
   </div>
 
{% endblock %}
0 comments (0 inline, 0 general)