summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-06-04 18:56:39 -0700
committereliott <eliott@cactuswax.net>2008-06-04 18:56:39 -0700
commit202e71d0494d24b3328eb6f0fa039f732d01ef15 (patch)
tree3a796d0a091e8be6f8b18c15cd46bf198b1c24bb
parent21f1b34ba331fbcf6cecfba526e2c8182edff8fb (diff)
Removed some fields from the fellows page.
Most emails were forwarded from arch.org, which may or may not be still working.
-rw-r--r--templates/devel/fellows.html8
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>