Skip to content

Commit 58dabb6

Browse files
committed
Don't show needed positions for closed ballots. Fixes ietf-tools#1622. Commit ready for merge.
- Legacy-Id: 9516
1 parent a51fe2c commit 58dabb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/templates/doc/document_ballot_content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ <h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
4444
{% endif %}
4545
{% endif %}
4646

47-
<p class="alert alert-info"><b>Summary:</b> {{ summary }}</p>
4847
{% if not ballot_open %}
4948
<p class="alert alert-warning"><b>Note:</b> This ballot was opened for revision {{ ballot.rev }} and is now closed.</p>
49+
{% else %}
50+
<p class="alert alert-info"><b>Summary:</b> {{ summary }}</p>
5051
{% endif %}
5152

5253
{% if ballot.ballot_type.question %}

0 commit comments

Comments
 (0)