From 2b1f248e369c53572afcc114b6568770012f726e Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 8 May 2023 10:29:18 -0500 Subject: [PATCH] fix: add a link to the simplified volunteer view (#5583) --- ietf/templates/nomcom/volunteers.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ietf/templates/nomcom/volunteers.html b/ietf/templates/nomcom/volunteers.html index 5cc437c23..764a055b1 100644 --- a/ietf/templates/nomcom/volunteers.html +++ b/ietf/templates/nomcom/volunteers.html @@ -10,7 +10,10 @@ {% block nomcom_content %} {% origin %}

Volunteers for {{ nomcom.group }}

- {% if not public %}Download as csv{% endif %} + {% if not public %} + Download as csv + View simplified list of only qualified volunteers + {% endif %} {% regroup volunteers by eligible as volunteers_by_eligibility %} {% for eligibility_group in volunteers_by_eligibility %}

{{ eligibility_group.grouper|yesno:"Eligible, Not Eligible" }}