diff --git a/ietf/templates/ipr/details_view.html b/ietf/templates/ipr/details_view.html index 871e08626..dbcb8e819 100644 --- a/ietf/templates/ipr/details_view.html +++ b/ietf/templates/ipr/details_view.html @@ -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 %} "{{ item.target.title }}" {% endif %}