diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/developer_list.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 37b35b82..00d93a50 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -18,11 +18,9 @@ </td> <td> <a name="{{ dev.username }}"></a> + <h3>{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}</h3> <table class="bio bio-{{ dev.username }}"> <tr> - <th>Name:</th> - <td>{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}</td> - </tr><tr> <th>Alias:</th> <td>{{ prof.alias }}</td> </tr><tr> |