Don't link to updates on IPR that has been rejected, fixes broken link
to IPR 1252 - Legacy-Id: 6061
This commit is contained in:
parent
c8f173f06e
commit
31dc2ea1a4
|
@ -16,9 +16,9 @@
|
|||
{% endifequal %}
|
||||
{% endfor %}
|
||||
{% for item in ipr.updated_by.all %}
|
||||
{% ifequal item.processed 1 %}
|
||||
{% if item.processed == 1 and item.ipr.status != 2 %}
|
||||
Updated by ID <a href="{% url ietf.ipr.views.show item.ipr.ipr_id %}">#{{ item.ipr.ipr_id }}</a>.<br/>
|
||||
{% endifequal %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue