Skip to content

Commit 04e3a48

Browse files
committed
Added links to the individual nominee fedback pages to the
private nomcom index page, in order to make it easier to find and look at the feedback for a filtered set of nominees. - Legacy-Id: 6532
1 parent 93826ae commit 04e3a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/nomcom/private_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>Select Filters</h3>
106106
{% if is_chair %}
107107
<td><input class="batch-select" type="checkbox" value="{{ np.id }}" name="selected"/></td>
108108
{% endif %}
109-
<td>{{ np.nominee }}{% if is_chair %} <a href="{% url nomcom_edit_nominee year np.nominee.id %}">(edit)</a>{% endif %}</td>
109+
<td><a href="{% url ietf.nomcom.views.view_feedback_nominee year=year nominee_id=np.nominee.id %}#comment">{{ np.nominee }}</a>{% if is_chair %} <a href="{% url nomcom_edit_nominee year np.nominee.id %}">(edit)</a>{% endif %}</td>
110110
<td>{{ np.position.name }}</td>
111111
<td>{{ np.state }}</td>
112112
<td>{{ np.questionnaires|yesno:"Yes,No,No" }}

0 commit comments

Comments
 (0)