Merged in [9516] from rjsparks@nostrum.com:

Don't show needed positions for closed ballots. Fixes #1622.
 - Legacy-Id: 9536
Note: SVN reference [9516] has been migrated to Git commit 58dabb6961
This commit is contained in:
Henrik Levkowetz 2015-04-21 20:00:53 +00:00
commit 25856d114a

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 %}