diff options
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> |