From 07c587a025c9b40e3771f2edc9c26e3431e22324 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sat, 19 May 2012 08:09:18 +0200 Subject: [PATCH] #186: Fixed published polls/ballot column on projector template. --- openslides/assignment/templates/projector/Assignment.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 %}