#417: Don't hide vote results table if status is reset
This commit is contained in:
parent
17d813e08b
commit
da0757e40f
@ -111,7 +111,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if assignment.status != "sea" %}
|
{% if assignment.status != "sea" or polls.exists %}
|
||||||
<h3>{% trans "Election results" %}</h3>
|
<h3>{% trans "Election results" %}</h3>
|
||||||
|
|
||||||
{% if polls.exists %}
|
{% if polls.exists %}
|
||||||
|
Loading…
Reference in New Issue
Block a user