Skip to content

Commit 593ae23

Browse files
committed
Additional fix for adamlaska#151, not linking to retracted disclosures.
- Legacy-Id: 721
1 parent 24c320f commit 593ae23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/ipr/details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h3>{{ ipr.title }}</h3>
6262
<font size="3">
6363
<br>
6464
This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }},
65-
{% ifequal item.status 1 %}
65+
{% ifequal item.updated.status_to_be 1 %}
6666
"<a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">{{ item.updated.title }}</a>".
6767
{% else %}
6868
"{{ item.updated.title }}", which was removed at the request of the submitter.

0 commit comments

Comments
 (0)