From 24277f6ff2f8320a8f2755c83071b70fc2485a11 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 23 Apr 2023 18:58:40 -0400 Subject: [PATCH] fix: Add "empty-list" indicator (#5504) (#5505) --- ietf/templates/nomcom/email_list_panel.html | 2 ++ 1 file changed, 2 insertions(+) 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