From 202e71d0494d24b3328eb6f0fa039f732d01ef15 Mon Sep 17 00:00:00 2001 From: eliott <eliott@cactuswax.net> Date: Wed, 4 Jun 2008 18:56:39 -0700 Subject: Removed some fields from the fellows page. Most emails were forwarded from arch.org, which may or may not be still working. --- templates/devel/fellows.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'templates/devel') 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> -- cgit v1.2.3-2-g168b