From 4d2fdb05de69639178530a6be185f1124755003d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 27 Jun 2007 23:48:26 +0000 Subject: [PATCH] Additional fix for #151, not linking to retracted disclosures. - Legacy-Id: 722 --- ietf/templates/ipr/details.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 %}