Correct URLs for /about that reference long-since non-existent "team" directory (patch from Martin Michlmayr <tbm@hp.com>)
This commit is contained in:
parent
45770e1964
commit
3a224ca78e
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue