Skip to content

Commit 59413c7

Browse files
committed
* Don't show 'Updates...' information for withdrawn IPR Disclosures.
* Add missing table header fields. - Legacy-Id: 361
1 parent e714734 commit 59413c7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/templates/ipr/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ <H1><center>IETF Page of Intellectual Property Rights Disclosures.</H1></center>
3030
<a name="generic"></a>
3131
<h2>Generic IPR Disclosures</h2><br>
3232
<table border="1" cellpadding="2" cellspacing="2" width="820">
33+
<tr><th>Date Submitted</th><th width="70">ID #</th><th align="center">Title of IPR Disclosure</th></tr>
3334
{% for ipr in generic_disclosures %}
3435
{% include "ipr/list_item.html" %}
3536
{% endfor %}

ietf/templates/ipr/list_item.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
{% endifequal %}
1111
<br />
1212
{% for item in ipr.updates.all %}
13+
{% ifequal item.status 1 %}
1314
Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br>
15+
{% endifequal %}
1416
{% endfor %}
1517
{% for item in ipr.updated_by.all %}
1618
{% ifequal item.processed 1 %}

0 commit comments

Comments
 (0)