Don't show needed positions for closed ballots. Fixes #1622. Commit ready for merge.
- Legacy-Id: 9516
This commit is contained in:
parent
a51fe2cbbc
commit
58dabb6961
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue