Correct URLs for /about that reference long-since non-existent "team" directory (patch from Martin Michlmayr <tbm@hp.com>)

This commit is contained in:
Bradley M. Kuhn 2011-10-28 10:43:29 +02:00
parent 45770e1964
commit 3a224ca78e
3 changed files with 3 additions and 3 deletions

View file

@ -26,5 +26,5 @@ class Person(models.Model):
return self.username return self.username
def biography_url(self): def biography_url(self):
return u"/about/team/#%s" % self.username return u"/about/#%s" % self.username

View file

@ -7,7 +7,7 @@
<p>Like many non-profits, Conservancy is directed by a <p>Like many non-profits, Conservancy is directed by a
self-perpetuating Board of Directors, who 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 day-to-day operations of the organization. The Directorship of the
Conservancy includes both talented non-profit managers and experienced Conservancy includes both talented non-profit managers and experienced
FLOSS project leaders who can both guide the administrative operations of FLOSS project leaders who can both guide the administrative operations of

View file

@ -5,7 +5,7 @@
<h1>Officers</h1> <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> elects its officers. The current officers are:</p>
<h2>Bradley M. Kuhn - President and Board Chairperson</h2> <h2>Bradley M. Kuhn - President and Board Chairperson</h2>