diff --git a/CHANGELOG b/CHANGELOG index 8e28b5e64..a8a2bd2c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,9 @@ Version 1.6.1 (unreleased) ========================== [https://github.com/OpenSlides/OpenSlides/issues?milestone=16] +Motions: +- Show supporters on motion slide if available. + Participants: - Fixed participant csv import for group id: * Allowed to add multiple groups in csv group id field, e.g. "3,4". diff --git a/openslides/motion/templates/motion/slide.html b/openslides/motion/templates/motion/slide.html index bd8804385..2a6c97f03 100644 --- a/openslides/motion/templates/motion/slide.html +++ b/openslides/motion/templates/motion/slide.html @@ -55,6 +55,17 @@ - {% endfor %} + + {% with motion.supporter.all as supporters %} + {% if supporters|length > 0 %} +