From 431f437dedd79b0e00fc5b3ecabf4065b2e868ab Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 20 May 2014 20:29:57 +0200 Subject: [PATCH] Fixed motion title in motion list view (#1148). --- openslides/motion/templates/motion/motion_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/motion/templates/motion/motion_list.html b/openslides/motion/templates/motion/motion_list.html index c4822e88e..5d7b64c31 100644 --- a/openslides/motion/templates/motion/motion_list.html +++ b/openslides/motion/templates/motion/motion_list.html @@ -62,7 +62,7 @@ {% for motion in motion_list %} {{ motion.identifier|default:'' }} - {{ motion }} + {{ motion.title }} {% if motion.category %}{{ motion.category }}{% else %}–{% endif %} {% trans motion.state.name %}