From 37552fe91fdbf3cc89513c192f4de6de30d1a51a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 13 Jun 2007 13:30:58 +0000 Subject: [PATCH] Corrected IPR Updates.. fix - Legacy-Id: 362 --- ietf/templates/ipr/list_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/ipr/list_item.html b/ietf/templates/ipr/list_item.html index f5fe37c01..fe288214a 100644 --- a/ietf/templates/ipr/list_item.html +++ b/ietf/templates/ipr/list_item.html @@ -10,7 +10,7 @@ {% endifequal %}
{% for item in ipr.updates.all %} - {% ifequal item.status 1 %} + {% ifequal item.updated.status 1 %} Updates ID #{{ item.updated.ipr_id }}.
{% endifequal %} {% endfor %}