Additional fix for #151, not linking to retracted disclosures.
- Legacy-Id: 721
This commit is contained in:
parent
24c320f763
commit
593ae23309
|
@ -62,7 +62,7 @@
|
|||
<font size="3">
|
||||
<br>
|
||||
This IPR disclosure updates IPR disclosure ID #{{ item.updated.ipr_id }},
|
||||
{% ifequal item.status 1 %}
|
||||
{% ifequal item.updated.status_to_be 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.
|
||||
|
|
Loading…
Reference in a new issue