Skip to content

Commit 17db4cd

Browse files
committed
Modified the display of updates to a rejected IPR to avoid links that result in 404 pages.
- Legacy-Id: 16168
1 parent ec91cb4 commit 17db4cd

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
@@ -102,6 +102,8 @@ <h2>Updates</h2>
102102
IPR Disclosure ID #{{ item.target.id }},
103103
{% if item.target.state.slug == "removed" %}
104104
"{{ 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)
105107
{% else %}
106108
"<a href="{% url "ietf.ipr.views.show" id=item.target.id %}">{{ item.target.title }}</a>"
107109
{% endif %}

0 commit comments

Comments
 (0)