From 0f6b403904dabc12718e52de48acba4af493deb0 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 12 Oct 2023 14:15:14 +0300 Subject: [PATCH] fix: Fix "Is Accepting Feedback: yes" action for NomCom (#6467) Fixes #6466 While I'm here, apply list styling more consistently across NomCom pages. --- ietf/templates/nomcom/eligible.html | 6 ---- ietf/templates/nomcom/list_positions.html | 32 ++++++++----------- .../templates/nomcom/nomcom_private_base.html | 6 +++- ietf/templates/nomcom/nomcom_public_base.html | 8 +++-- ietf/templates/nomcom/private_index.html | 6 ---- ietf/templates/nomcom/view_feedback.html | 8 +---- ietf/templates/nomcom/volunteers.html | 6 ---- 7 files changed, 26 insertions(+), 46 deletions(-) diff --git a/ietf/templates/nomcom/eligible.html b/ietf/templates/nomcom/eligible.html index fcf06e6e51..f5cfc2e2dc 100644 --- a/ietf/templates/nomcom/eligible.html +++ b/ietf/templates/nomcom/eligible.html @@ -4,9 +4,6 @@ {% load django_bootstrap5 textfilters person_filters %} {% load static %} {% block subtitle %}- Eligible People{% endblock %} -{% block pagehead %} - -{% endblock %} {% block nomcom_content %} {% origin %}

Eligible People for {{ nomcom.group }}

@@ -41,7 +38,4 @@

Eligible People for {{ nomcom.group }}

{% endif %} } -{% endblock %} -{% block js %} - {% endblock %} \ No newline at end of file diff --git a/ietf/templates/nomcom/list_positions.html b/ietf/templates/nomcom/list_positions.html index 476dce967f..59e549fc3d 100644 --- a/ietf/templates/nomcom/list_positions.html +++ b/ietf/templates/nomcom/list_positions.html @@ -24,23 +24,24 @@

Positions in {{ nomcom.group }}

{% if nomcom.group.state_id == 'active' %} - - + + ✓ + {% endif %} Position - + IESG - + Open - + Accepting Nominations - + Accepting Feedback @@ -58,13 +59,11 @@

Positions in {{ nomcom.group }}

aria-label="position.name" name="selected"> - + Edit - - Remove @@ -74,16 +73,16 @@

Positions in {{ nomcom.group }}

{{ position.name }} - + {{ position.is_iesg_position|yesno:"✓," }} - + {{ position.is_open|yesno:"✓," }} - + {{ position.accepting_nominations|yesno:"✓," }} - + {{ position.accepting_feedback|yesno:"✓," }} @@ -117,7 +116,7 @@

Positions in {{ nomcom.group }}

-