Skip to content

Commit f8760cd

Browse files
committed
In IPR disclosure statement updates, don't show links to parked IPR declarations, since they will 404.
- Legacy-Id: 17691
1 parent 20013f2 commit f8760cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/ipr/details_view.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ <h2>Updates</h2>
104104
"{{ item.target.title }}" (which was removed at the request of the submitter)
105105
{% elif item.target.state.slug == "rejected" %}
106106
"{{ item.target.title }}" (which was rejected)
107+
{% elif item.target.state.slug == "parked" %}
108+
"{{ item.target.title }}"
107109
{% else %}
108110
"<a href="{% url "ietf.ipr.views.show" id=item.target.id %}">{{ item.target.title }}</a>"
109111
{% endif %}

0 commit comments

Comments
 (0)