diff --git a/openslides/motion/templates/motion/motion_detail.html b/openslides/motion/templates/motion/motion_detail.html index cb1de90d1..f849e6cec 100644 --- a/openslides/motion/templates/motion/motion_detail.html +++ b/openslides/motion/templates/motion/motion_detail.html @@ -69,18 +69,18 @@ {# TODO: show only for workflow with versioning #} {% with last_version=motion.get_last_version active_version=motion.get_active_version %} {% if version.version_number != last_version.version_number %} - +

{% trans "This is not the newest version." %} {% trans "Go to the newest version" %} - (# {{ last_version.version_number }}) + (# {{ last_version.version_number }})

{% endif %} {% if version.version_number != active_version.version_number %} - +

{% trans "This version is not authorized." %} {% trans "Go to the authorized version" %} - (# {{ active_version.version_number }}) + (# {{ active_version.version_number }})

{% endif %} {% endwith %}