fix: remove spurious year after nominee name (#4565)
This commit is contained in:
parent
c1556a3bc5
commit
8560bec09c
|
@ -192,7 +192,7 @@
|
|||
{% endif %}
|
||||
<td>
|
||||
<a href="{% url 'ietf.person.views.profile' email_or_name=np.nominee.name %}">
|
||||
{{ np.nominee }}
|
||||
{{ np.nominee.email.name_and_email }}
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue