From 59413c7344dca1500490f6b5e17aa675647e3875 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 13 Jun 2007 13:22:19 +0000 Subject: [PATCH] * Don't show 'Updates...' information for withdrawn IPR Disclosures. * Add missing table header fields. - Legacy-Id: 361 --- ietf/templates/ipr/list.html | 1 + ietf/templates/ipr/list_item.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ietf/templates/ipr/list.html b/ietf/templates/ipr/list.html index d5fa9fcf5..712acdc58 100644 --- a/ietf/templates/ipr/list.html +++ b/ietf/templates/ipr/list.html @@ -30,6 +30,7 @@ which any license under such rights might or might not be available; nor does it

Generic IPR Disclosures


+ {% for ipr in generic_disclosures %} {% include "ipr/list_item.html" %} {% endfor %} diff --git a/ietf/templates/ipr/list_item.html b/ietf/templates/ipr/list_item.html index 99f4aa99e..f5fe37c01 100644 --- a/ietf/templates/ipr/list_item.html +++ b/ietf/templates/ipr/list_item.html @@ -10,7 +10,9 @@ {% endifequal %}
{% for item in ipr.updates.all %} + {% ifequal item.status 1 %} Updates ID #{{ item.updated.ipr_id }}.
+ {% endifequal %} {% endfor %} {% for item in ipr.updated_by.all %} {% ifequal item.processed 1 %}
Date SubmittedID #Title of IPR Disclosure