diff --git a/ietf/templates/nomcom/eligible.html b/ietf/templates/nomcom/eligible.html
index fcf06e6e5..f5cfc2e2d 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 @@
{% 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 476dce967..59e549fc3 100644
--- a/ietf/templates/nomcom/list_positions.html
+++ b/ietf/templates/nomcom/list_positions.html
@@ -24,23 +24,24 @@
{% if nomcom.group.state_id == 'active' %}
-
-
+ |
+ ✓
|
+ |
{% endif %}
Position
|
-
+ |
IESG
|
-
+ |
Open
|
-
+ |
Accepting Nominations
|
-
+ |
Accepting Feedback
|
@@ -58,13 +59,11 @@
aria-label="position.name"
name="selected">
-
+ |
Edit
- |
-
Remove
@@ -74,16 +73,16 @@
|
{{ position.name }}
|
-
+ |
{{ position.is_iesg_position|yesno:"✓," }}
|
-
+ |
{{ position.is_open|yesno:"✓," }}
|
-
+ |
{{ position.accepting_nominations|yesno:"✓," }}
|
-
+ |
{{ position.accepting_feedback|yesno:"✓," }}
|
@@ -117,7 +116,7 @@
-