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:
Ole Laursen 2013-08-15 08:56:35 +00:00
parent c8f173f06e
commit 31dc2ea1a4

View file

@ -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>