Add the intended status to match the cgi version of the page.

- Legacy-Id: 531
This commit is contained in:
Bill Fenner 2007-06-19 16:44:03 +00:00
parent 4d6a6f1a37
commit 2ab8c030f9

View file

@ -32,7 +32,7 @@ This page contains links to all IESG Protocol, Document, and Working Group Actio
<ul>
{% for item in date.list %}
{% if item.idinternal.ballot_id %}
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }}</a>
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }} ({{ item.intended_status }})</a>
{% endif %}
{% endfor %}
</ul>
@ -45,7 +45,7 @@ This page contains links to all IESG Protocol, Document, and Working Group Actio
<ul>
{% for item in date.list %}
{% if item.idinternal.ballot_id %}
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }}</a>
<li><a href="/iesg/ann/detail/{{ item.idinternal.ballot_id }}/">{{ item.title }} ({{ item.intended_status }})</a>
{% endif %}
{% endfor %}
</ul>