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
...
 
@@ -28,3 +28,3 @@ class Person(models.Model):
 
    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
...
 
@@ -9,3 +9,3 @@
 
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
www/conservancy/static/about/officers/index.html
Show inline comments
...
 
@@ -7,3 +7,3 @@
 

	
 
<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>
0 comments (0 inline, 0 general)