From 74c704641cd9f1564f2210e3918261d6fe3a8674 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Thu, 19 Apr 2012 11:08:22 +0200 Subject: [PATCH] fixed yes, no, abstain values in the presentation View of an Application --- openslides/application/templates/projector/Application.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openslides/application/templates/projector/Application.html b/openslides/application/templates/projector/Application.html index 62913277a..544c29688 100644 --- a/openslides/application/templates/projector/Application.html +++ b/openslides/application/templates/projector/Application.html @@ -30,9 +30,9 @@ {{forloop.counter}}. {% trans "Vote" %}:
{% endif %} {% with poll.get_options.0 as option %} - {{ option.yes }}
- {{ option.no }}
- {{ option.contained }}
+ {{ option.Yes }}
+ {{ option.No }}
+ {{ option.Abstain }}
{{ poll.print_votesinvalid }}
{{ poll.print_votescast }}