Skip to content

Commit 31dc2ea

Browse files
committed
Don't link to updates on IPR that has been rejected, fixes broken link
to IPR 1252 - Legacy-Id: 6061
1 parent c8f173f commit 31dc2ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/ipr/list_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
{% endifequal %}
1717
{% endfor %}
1818
{% for item in ipr.updated_by.all %}
19-
{% ifequal item.processed 1 %}
19+
{% if item.processed == 1 and item.ipr.status != 2 %}
2020
Updated by ID <a href="{% url ietf.ipr.views.show item.ipr.ipr_id %}">#{{ item.ipr.ipr_id }}</a>.<br/>
21-
{% endifequal %}
21+
{% endif %}
2222
{% endfor %}
2323
</td>
2424
</tr>

0 commit comments

Comments
 (0)