diff --git a/ietf/templates/ipr/details.html b/ietf/templates/ipr/details.html index cbea1d608..4f2c8eeb3 100644 --- a/ietf/templates/ipr/details.html +++ b/ietf/templates/ipr/details.html @@ -62,10 +62,14 @@
This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }}, - {% ifequal item.updated.status_to_be 1 %} + {% ifequal item.updated.status 0 %} "{{ item.updated.title }}". {% else %} - "{{ item.updated.title }}", which was removed at the request of the submitter. + {% ifequal item.updated.status 1 %} + "{{ item.updated.title }}". + {% else %} + "{{ item.updated.title }}", which was removed at the request of the submitter. + {% endifequal %} {% endifequal %}