diff --git a/ietf/templates/nomcom/email_list_panel.html b/ietf/templates/nomcom/email_list_panel.html index 84dc8bec1..0ee0c8a28 100644 --- a/ietf/templates/nomcom/email_list_panel.html +++ b/ietf/templates/nomcom/email_list_panel.html @@ -6,4 +6,6 @@
  • {% person_link n.person with_email=False %} ({{ n.email.address|linkify }})
  • {% endfor %} +{% else %} +None {% endif %} \ No newline at end of file