#417: Don't hide vote results table if status is reset

This commit is contained in:
Emanuel Schuetze 2012-11-21 19:39:55 +01:00
parent 17d813e08b
commit da0757e40f

View File

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