Changeset - 3a224ca78edf
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 12 years ago 2011-10-28 08:43:29
bkuhn@ebb.org
Correct URLs for /about that reference long-since non-existent "team" directory (patch from Martin Michlmayr <tbm@hp.com>)
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/staff/models.py
Show inline comments
...
 
@@ -26,5 +26,5 @@ class Person(models.Model):
 
        return self.username
 

	
 
    def biography_url(self):
 
        return u"/about/team/#%s" % self.username
 
        return u"/about/#%s" % self.username
 

	
www/conservancy/static/about/board/index.html
Show inline comments
...
 
@@ -7,7 +7,7 @@
 

	
 
<p>Like many non-profits, Conservancy is directed by a
 
self-perpetuating Board of Directors, who
 
appoint <a href="/about/team/officers/">Officers</a> to carry out the
 
appoint <a href="/about/officers/">Officers</a> to carry out the
 
day-to-day operations of the organization.  The Directorship of the
 
Conservancy includes both talented non-profit managers and experienced
 
FLOSS project leaders who can both guide the administrative operations of
www/conservancy/static/about/officers/index.html
Show inline comments
...
 
@@ -5,7 +5,7 @@
 

	
 
<h1>Officers</h1>
 

	
 
<p>The <a href="/about/team/board/">Board of Directors</a> of the Conservancy
 
<p>The <a href="/about/board/">Board of Directors</a> of the Conservancy
 
elects its officers.  The current officers are:</p>
 

	
 
<h2>Bradley M. Kuhn - President and Board Chairperson</h2>
0 comments (0 inline, 0 general)