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 ec91cb4 commit 17db4cdCopy full SHA for 17db4cd
1 file changed
ietf/templates/ipr/details_view.html
@@ -102,6 +102,8 @@ <h2>Updates</h2>
102
IPR Disclosure ID #{{ item.target.id }},
103
{% if item.target.state.slug == "removed" %}
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
{% else %}
108
"<a href="{% url "ietf.ipr.views.show" id=item.target.id %}">{{ item.target.title }}</a>"
109
{% endif %}
0 commit comments