diff --git a/openslides/assignment/templates/assignment/poll_view.html b/openslides/assignment/templates/assignment/poll_view.html index 1286525f2..c63118426 100644 --- a/openslides/assignment/templates/assignment/poll_view.html +++ b/openslides/assignment/templates/assignment/poll_view.html @@ -2,14 +2,14 @@ {% load i18n %} -{% block title %}{{ block.super }} - {%trans "Poll" %} "{{ poll }}"{% endblock %} +{% block title %}{{ block.super }} - {%trans "Election" %} "{{ assignment }}"{% endblock %} {% block content %} -
{{ ballotnumber }}. {%trans "ballot" %}: {{options.count}} +
{{ ballotnumber }}. {%trans "ballot" %}: {{assignment.poll.get_options}} {% blocktrans count counter=options|length %}candidate{% plural %}candidates{% endblocktrans %}
-{% trans "Short description" %}: {{ poll.description }}
+{% trans "Short description" %}: {{ assignment.polldescription }}
-1 := {% trans 'majority' %}, -2 := {% trans 'undocumented' %}