SciPost Code Repository

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

add original name display to profile card

parent d41708f6
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
<td>Name:</td> <td>Name:</td>
<td>{{ profile }}</td> <td>{{ profile }}</td>
</tr> </tr>
{% if profile.first_name_original or profile.last_name_original %}
<tr>
<td>Original Name:</td>
<td>{{ profile.full_name_original }}</td>
</tr>
{% endif %}
<tr> <tr>
<td>Affiliations <td>Affiliations
<ul> <ul>
......
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