From f5b32ab99dfc8c445808f3492a286a76671f0c33 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Sat, 6 May 2023 12:15:37 -0500 Subject: [PATCH] fix: add a link to the simplified volunteer view --- 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 5cc437c23c..764a055b1b 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" }}