diff --git a/openslides/assignment/templates/projector/Assignment.html b/openslides/assignment/templates/projector/Assignment.html index fc5ccbfc4..ca3abf374 100644 --- a/openslides/assignment/templates/projector/Assignment.html +++ b/openslides/assignment/templates/projector/Assignment.html @@ -47,8 +47,7 @@


{% endif %} - {% with polls|first as firstpoll %} - {% if polls.count > 0 and firstpoll.published %} + {% if polls.count > 0 %}

{% trans "Election results" %}

@@ -106,7 +105,6 @@
{% endif %} - {% endwith %}
{% endblock %}