From 53b5e23612241ac5f30d981d6aeebaa13056ca39 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 22 Jun 2023 09:13:32 -0400 Subject: [PATCH] fix: Be a little clearer when feedback is closed (or not yet open). (#5861) --- ietf/templates/nomcom/feedback.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ietf/templates/nomcom/feedback.html b/ietf/templates/nomcom/feedback.html index 92109456e..bbdc27972 100644 --- a/ietf/templates/nomcom/feedback.html +++ b/ietf/templates/nomcom/feedback.html @@ -9,13 +9,20 @@

{% if nomcom.group.state_id == 'conclude' %} Feedback to this NomCom is closed. + {% elif positions|length != 0 and topics|length != 0 %} + Select a nominee or topic from the list on the right to obtain a new feedback form. + {% elif positions|length != 0 %} + Select a nominee from the list on the right to obtain a new feedback form. + {% elif topics|length != 0 %} + Select a topic from the list on the right to obtain a new feedback form. {% else %} - Select a nominee from the list of nominees on the right to obtain a new feedback form. + This NomCom is not accepting feedback at this time. {% endif %}

{% if nomcom|has_publickey %}
+ {% if positions|length != 0 %}

A number after a name indicates @@ -43,6 +50,8 @@

{% endif %} {% endfor %} + {% endif %} + {% if topics|length != 0 %}
{% for t in topics %} @@ -58,6 +67,7 @@ {% endfor %}
+ {% endif %}
{% if form %}