We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59413c7 commit 37552feCopy full SHA for 37552fe
1 file changed
ietf/templates/ipr/list_item.html
@@ -10,7 +10,7 @@
10
{% endifequal %}
11
<br />
12
{% for item in ipr.updates.all %}
13
- {% ifequal item.status 1 %}
+ {% ifequal item.updated.status 1 %}
14
Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br>
15
16
{% endfor %}
0 commit comments