diff options
author | eliott <eliott@cactuswax.net> | 2008-06-04 18:56:39 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-06-04 18:56:39 -0700 |
commit | 202e71d0494d24b3328eb6f0fa039f732d01ef15 (patch) | |
tree | 3a796d0a091e8be6f8b18c15cd46bf198b1c24bb /templates/devel/fellows.html | |
parent | 21f1b34ba331fbcf6cecfba526e2c8182edff8fb (diff) |
Removed some fields from the fellows page.
Most emails were forwarded from arch.org, which may or may not be still working.
Diffstat (limited to 'templates/devel/fellows.html')
-rw-r--r-- | templates/devel/fellows.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/devel/fellows.html b/templates/devel/fellows.html index 6750bbc5..8457f7e4 100644 --- a/templates/devel/fellows.html +++ b/templates/devel/fellows.html @@ -27,13 +27,7 @@ <th>Alias:</th> <td>{{ fellow.get_profile.alias }}</td> </tr><tr> - <th>Email:</th> - <td>{{ fellow.get_profile.public_email }}</td> - </tr><tr> - <th>Other Contact:</th> - <td>{{ fellow.get_profile.other_contact }}</td> - </tr><tr> - <th>Roles:</th> + <th>Past Roles:</th> <td>{{ fellow.get_profile.roles }}<br /> </td> </tr><tr> |