From 8560bec09c5412f69052cfa8eca81639780c6fee Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 12 Oct 2022 15:29:08 -0300 Subject: [PATCH] fix: remove spurious year after nominee name (#4565) --- ietf/templates/nomcom/private_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/nomcom/private_index.html b/ietf/templates/nomcom/private_index.html index 9a81c03d1..2b3859269 100644 --- a/ietf/templates/nomcom/private_index.html +++ b/ietf/templates/nomcom/private_index.html @@ -192,7 +192,7 @@ {% endif %} - {{ np.nominee }} + {{ np.nominee.email.name_and_email }}