We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593ae23 commit 4d2fdb0Copy full SHA for 4d2fdb0
1 file changed
ietf/templates/ipr/details.html
@@ -62,10 +62,14 @@ <h3>{{ ipr.title }}</h3>
62
<font size="3">
63
<br>
64
This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }},
65
- {% ifequal item.updated.status_to_be 1 %}
+ {% ifequal item.updated.status 0 %}
66
"<a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">{{ item.updated.title }}</a>".
67
{% else %}
68
- "{{ item.updated.title }}", which was removed at the request of the submitter.
+ {% ifequal item.updated.status 1 %}
69
+ "<a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">{{ item.updated.title }}</a>".
70
+ {% else %}
71
+ "{{ item.updated.title }}", which was removed at the request of the submitter.
72
+ {% endifequal %}
73
{% endifequal %}
74
75
</font>
0 commit comments