We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20013f2 commit f8760cdCopy full SHA for f8760cd
1 file changed
ietf/templates/ipr/details_view.html
@@ -104,6 +104,8 @@ <h2>Updates</h2>
104
"{{ item.target.title }}" (which was removed at the request of the submitter)
105
{% elif item.target.state.slug == "rejected" %}
106
"{{ item.target.title }}" (which was rejected)
107
+ {% elif item.target.state.slug == "parked" %}
108
+ "{{ item.target.title }}"
109
{% else %}
110
"<a href="{% url "ietf.ipr.views.show" id=item.target.id %}">{{ item.target.title }}</a>"
111
{% endif %}
0 commit comments