Corrected IPR Updates.. fix

- Legacy-Id: 362
This commit is contained in:
Henrik Levkowetz 2007-06-13 13:30:58 +00:00
parent 59413c7344
commit 37552fe91f

View file

@ -10,7 +10,7 @@
{% endifequal %} {% endifequal %}
<br /> <br />
{% for item in ipr.updates.all %} {% for item in ipr.updates.all %}
{% ifequal item.status 1 %} {% ifequal item.updated.status 1 %}
Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br> Updates ID <a href="{% url ietf.ipr.views.show item.updated.ipr_id %}">#{{ item.updated.ipr_id }}</a>.<br>
{% endifequal %} {% endifequal %}
{% endfor %} {% endfor %}