Additional fix for #151, not linking to retracted disclosures.

- Legacy-Id: 722
This commit is contained in:
Henrik Levkowetz 2007-06-27 23:48:26 +00:00
parent 593ae23309
commit 4d2fdb05de

View file

@ -62,10 +62,14 @@
<font size="3">
<br>
This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }},
{% ifequal item.updated.status_to_be 1 %}
{% ifequal item.updated.status 0 %}
"<a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">{{ item.updated.title }}</a>".
{% else %}
"{{ item.updated.title }}", which was removed at the request of the submitter.
{% ifequal item.updated.status 1 %}
"<a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">{{ item.updated.title }}</a>".
{% else %}
"{{ item.updated.title }}", which was removed at the request of the submitter.
{% endifequal %}
{% endifequal %}
<br>
</font>