In IPR disclosure statement updates, don't show links to parked IPR declarations, since they will 404.

- Legacy-Id: 17691
This commit is contained in:
Henrik Levkowetz 2020-04-26 11:04:16 +00:00
parent 20013f28da
commit f8760cdf6f

View file

@ -104,6 +104,8 @@
"{{ item.target.title }}" (which was removed at the request of the submitter)
{% elif item.target.state.slug == "rejected" %}
"{{ item.target.title }}" (which was rejected)
{% elif item.target.state.slug == "parked" %}
"{{ item.target.title }}"
{% else %}
"<a href="{% url "ietf.ipr.views.show" id=item.target.id %}">{{ item.target.title }}</a>"
{% endif %}