* Don't show 'Updates...' information for withdrawn IPR Disclosures.
* Add missing table header fields. - Legacy-Id: 361
This commit is contained in:
parent
e714734a58
commit
59413c7344
|
@ -30,6 +30,7 @@ which any license under such rights might or might not be available; nor does it
|
||||||
<a name="generic"></a>
|
<a name="generic"></a>
|
||||||
<h2>Generic IPR Disclosures</h2><br>
|
<h2>Generic IPR Disclosures</h2><br>
|
||||||
<table border="1" cellpadding="2" cellspacing="2" width="820">
|
<table border="1" cellpadding="2" cellspacing="2" width="820">
|
||||||
|
<tr><th>Date Submitted</th><th width="70">ID #</th><th align="center">Title of IPR Disclosure</th></tr>
|
||||||
{% for ipr in generic_disclosures %}
|
{% for ipr in generic_disclosures %}
|
||||||
{% include "ipr/list_item.html" %}
|
{% include "ipr/list_item.html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -10,7 +10,9 @@
|
||||||
{% endifequal %}
|
{% endifequal %}
|
||||||
<br />
|
<br />
|
||||||
{% for item in ipr.updates.all %}
|
{% for item in ipr.updates.all %}
|
||||||
|
{% ifequal item.status 1 %}
|
||||||
Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br>
|
Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br>
|
||||||
|
{% endifequal %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for item in ipr.updated_by.all %}
|
{% for item in ipr.updated_by.all %}
|
||||||
{% ifequal item.processed 1 %}
|
{% ifequal item.processed 1 %}
|
||||||
|
|
Loading…
Reference in a new issue