Skip to content

Commit 37552fe

Browse files
committed
Corrected IPR Updates.. fix
- Legacy-Id: 362
1 parent 59413c7 commit 37552fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ipr/list_item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% endifequal %}
1111
<br />
1212
{% for item in ipr.updates.all %}
13-
{% ifequal item.status 1 %}
13+
{% ifequal item.updated.status 1 %}
1414
Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br>
1515
{% endifequal %}
1616
{% endfor %}

0 commit comments

Comments
 (0)