Don't show needed positions for closed ballots. Fixes #1622. Commit ready for merge.

- Legacy-Id: 9516
This commit is contained in:
Robert Sparks 2015-04-16 19:39:08 +00:00
parent a51fe2cbbc
commit 58dabb6961

View file

@ -44,9 +44,10 @@
{% endif %}
{% endif %}
<p class="alert alert-info"><b>Summary:</b> {{ summary }}</p>
{% if not ballot_open %}
<p class="alert alert-warning"><b>Note:</b> This ballot was opened for revision {{ ballot.rev }} and is now closed.</p>
{% else %}
<p class="alert alert-info"><b>Summary:</b> {{ summary }}</p>
{% endif %}
{% if ballot.ballot_type.question %}