summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-06-05 03:56:39 +0200
committereliott <eliott@cactuswax.net>2008-06-05 03:56:39 +0200
commit202e71d0494d24b3328eb6f0fa039f732d01ef15 (patch)
tree3a796d0a091e8be6f8b18c15cd46bf198b1c24bb /templates/devel
parent21f1b34ba331fbcf6cecfba526e2c8182edff8fb (diff)
downloadarchweb-202e71d0494d24b3328eb6f0fa039f732d01ef15.tar.gz
archweb-202e71d0494d24b3328eb6f0fa039f732d01ef15.tar.xz
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')
-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 6750bbc..8457f7e 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>