From 91ebd719bcb060b5fdb007c42818bb06e1523b91 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 22 May 2014 17:26:38 +0200 Subject: [PATCH] Fixed #1311 (Motion poll slides shows wrong value for Abstain vote) --- openslides/motion/templates/motion/motionpoll_slide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/motion/templates/motion/motionpoll_slide.html b/openslides/motion/templates/motion/motionpoll_slide.html index cc1fa0977..6b68d9c81 100644 --- a/openslides/motion/templates/motion/motionpoll_slide.html +++ b/openslides/motion/templates/motion/motionpoll_slide.html @@ -26,7 +26,7 @@ {% trans 'Abstention' %}: - {{ option.No }} + {{ option.Abstain }} {% if poll.votesvalid != None %}