From 92562aef2898c027e85314f14cfc61fd7d8a447e Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 15 May 2012 20:36:49 +0200 Subject: [PATCH] #188: Fixed projector template style error. --- openslides/application/templates/projector/Application.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/application/templates/projector/Application.html b/openslides/application/templates/projector/Application.html index 6231d6bb4..f113fa288 100644 --- a/openslides/application/templates/projector/Application.html +++ b/openslides/application/templates/projector/Application.html @@ -26,11 +26,11 @@ {% with application.polls as polls %} {% if polls.exists and polls.0.has_votes %} -

{% trans "Poll result" %}:
+

{% trans "Poll result" %}: {% for poll in polls %} {% if poll.has_votes %} {% if polls|length > 1 %} - {{forloop.counter}}. {% trans "Vote" %}: +

{{forloop.counter}}. {% trans "Vote" %}:

{% endif %} {% with poll.get_options.0 as option %}