SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 60ea9fb1 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add profile link and email to fellowship details

parent fa4f1aeb
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,16 @@ ...@@ -26,8 +26,16 @@
</tr> </tr>
<tr> <tr>
<th>Fellow</th> <th>Fellow</th>
<td>{{ fellowship }}</td> <td><a href="{{ fellowship.contributor.profile.get_absolute_url }}">{{ fellowship.contributor }}</a></td>
</tr> </tr>
{% if "edadmin" in user_roles %}
<tr>
<th>Primary email</th>
<td><a href="mailto:{{ fellowship.contributor.profile.email }}?body=Dear%20{{ fellowship.contributor.formal_str }},%0A%0A"
class="text-primary">{{ fellowship.contributor.profile.email }}</a>
</td>
</tr>
{% endif %}
<tr> <tr>
<th>Academic field</th> <th>Academic field</th>
<td>{{ fellowship.contributor.profile.acad_field }}</td> <td>{{ fellowship.contributor.profile.acad_field }}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment