diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html index 73f7fc98d..63b1527e1 100644 --- a/openslides/assignment/templates/assignment/view.html +++ b/openslides/assignment/templates/assignment/view.html @@ -97,7 +97,7 @@
- {% with vote=poll_dict.votes %} + {% with vote=poll_dict.votes %} + |
{% if 'Yes' in vote and 'No' in vote and 'Abstain' in vote %}
{{ vote.Yes }} {{ vote.No }} @@ -173,8 +173,8 @@ {% else %} {% endif %} - {% endwith %} - |
+
+ {% endwith %}
{% endif %}
{% endfor %}
{% if assignment.profile.exists and perms.assignment.can_manage_assignment and assignment.status == "vot" %}
diff --git a/openslides/assignment/templates/projector/Assignment.html b/openslides/assignment/templates/projector/Assignment.html
index 8d4689cba..ef9aa7909 100644
--- a/openslides/assignment/templates/projector/Assignment.html
+++ b/openslides/assignment/templates/projector/Assignment.html
@@ -5,10 +5,12 @@
{% load staticfiles %}
{% block title %}{{ block.super }} - {{ assignment }}{% endblock %}
+
{% block header %}
{% endblock %}
+
{% block content %}
{% if assignment.status != "fin" %}