Additional fix for #151, not linking to retracted disclosures.
- Legacy-Id: 722
This commit is contained in:
parent
593ae23309
commit
4d2fdb05de
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue